DIAL Record – Dialog Topic
DIAL record type.
Classes:
|
Dialog topic. |
-
class
DIAL(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordDialog topic.
- Parameters
Classes:
DATA(type, flags)DATA(type, flags)
FULL([cstring])Name of the topic.
INFC([cstring])Info connection (New Vegas Only).
INFX(*args, **kwargs)Info index.
PNAM(*args, **kwargs)Priority.
QSTI([cstring])Form ID of the associated quest (
QUST).QSTR([cstring])Form ID of the associated quest (Fallout 3) / Removed Quest (New Vegas).
TDUM([cstring])Unknown.
Attributes:
Subrecords of this record.
Record flags
4-byte form ID
Used for revision control by the Creation Kit, if enabled.
Form version
Methods:
parse_subrecords(raw_bytes)Parse this record's subrecords.
-
namedtuple
DATA(type, flags)[source] Bases:
NamedTupleDATA(type, flags)
-
class
INFC(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordInfo connection (New Vegas Only).
Form ID of an
INFOrecord.
-
class
INFX(*args, **kwargs)[source] Bases:
Int32RecordInfo index.
-
class
PNAM(*args, **kwargs)[source] Bases:
Float32RecordPriority.
-
class
QSTI(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordForm ID of the associated quest (
QUST).
-
class
QSTR(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordForm ID of the associated quest (Fallout 3) / Removed Quest (New Vegas).
Form ID of a
QUSTrecord.
-
data Type:
List[RecordType]