TACT Record – Talking Activator
TACT record type.
Classes:
|
Talking Activator. |
-
class
TACT(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordTalking Activator.
- Parameters
Classes:
FULL([cstring])Name.
INAM([cstring])Radio Template.
SCRI([cstring])Script.
SNAM([cstring])(Looping) Sound.
VNAM([cstring])Voice type.
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
INAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordRadio Template.
Form ID of a
SOUNrecord.
-
class
SCRI(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordScript.
Form ID of a
SCPTrecord.
-
class
SNAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecord(Looping) Sound.
Form ID of a
SOUNrecord.
-
class
VNAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordVoice type.
Form ID of a
VTYPrecord.
-
data Type:
List[RecordType]