class documentation

A single entry in a TLK file including the text, sound resref, and sound length. Only used when reading TLK files with sound data.

Method __new__ Undocumented
Class Variable sound_length Undocumented
Class Variable sound_resref Undocumented
Property text Undocumented
def __new__(cls, text: str, sound_resref: str = '', sound_length: float = 0.0): (source)

Undocumented

sound_length: float = (source)

Undocumented

sound_resref: str = (source)

Undocumented

@property
text: str = (source)

Undocumented