MESG Record – Message
MESG record type.
Classes:
|
Message. |
-
class
MESG(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordMessage.
- Parameters
Classes:
DESC([cstring])Description.
DNAM(*args, **kwargs)Flags.
FULL([cstring])Name.
INAM([cstring])Icon.
ITXT([cstring])Button Text.
TNAM(*args, **kwargs)Display Time.
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.
-
class
DNAM(*args, **kwargs)[source] Bases:
Uint32RecordFlags.
See https://tes5edit.github.io/fopdoc/Fallout3/Records/MESG.html
-
class
INAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordIcon.
Form ID of a
MICNrecord, or null.
-
class
TNAM(*args, **kwargs)[source] Bases:
Uint32RecordDisplay Time.
-
data Type:
List[RecordType]