ACTI Record – Activator

ACTI record type.

Classes:

ACTI(flags, id[, revision, version, ...])

Activator.

class ACTI(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source]

Bases: Record

Activator.

Parameters
  • flags (int)

  • id (bytes)

  • revision (int) – Default 0.

  • version (int) – Default 15.

  • unknown (bytes) – Default b'\x00\x00'.

  • data (List[RecordType]) – Default [].

Classes:

FULL([cstring])

Activator name.

INAM([cstring])

Radio Template.

RNAM([cstring])

Radio Station.

SCRI([cstring])

Script.

SNAM([cstring])

Sound - Looping.

VNAM([cstring])

Sound - Activation.

WNAM([cstring])

Water Type.

XATO([cstring])

Activation Prompt.

Attributes:

data

Subrecords of this record.

flags

Record flags

id

4-byte form ID

revision

Used for revision control by the Creation Kit, if enabled.

unknown

version

Form version

Methods:

parse_subrecords(raw_bytes)

Parse this record's subrecords.

class FULL(cstring: Union[str, bytes] = b'')[source]

Bases: CStringRecord

Activator name.

class INAM(cstring: Union[str, bytes] = b'')[source]

Bases: FormIDRecord

Radio Template.

Form ID of a SOUN record.

class RNAM(cstring: Union[str, bytes] = b'')[source]

Bases: FormIDRecord

Radio Station.

Form ID of a TACT record.

class SCRI(cstring: Union[str, bytes] = b'')[source]

Bases: FormIDRecord

Script.

Form ID of a SCPT record.

class SNAM(cstring: Union[str, bytes] = b'')[source]

Bases: FormIDRecord

Sound - Looping.

Form ID of a SOUN record.

class VNAM(cstring: Union[str, bytes] = b'')[source]

Bases: FormIDRecord

Sound - Activation.

Form ID of a SOUN record.

class WNAM(cstring: Union[str, bytes] = b'')[source]

Bases: FormIDRecord

Water Type.

Form ID of a WATR record.

class XATO(cstring: Union[str, bytes] = b'')[source]

Bases: CStringRecord

Activation Prompt.

data

Type:    List[RecordType]

flags

Type:    int

id

Type:    bytes

classmethod parse_subrecords(raw_bytes)[source]

Parse this record’s subrecords.

Parameters

raw_bytes (BytesIO) – Raw bytes for this record’s subrecords

Return type

Iterator[RecordType]

revision

Type:    int

unknown

Type:    bytes

version

Type:    int