class documentation

class TlkEntry(NamedTuple): (source)

View In Hierarchy

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 __str__ Undocumented
Class Variable sound_length Undocumented
Class Variable sound_resref Undocumented
Class Variable text Undocumented
def __str__(self): (source)

Undocumented

sound_length: float = (source)

Undocumented

sound_resref: str = (source)

Undocumented

text: str = (source)

Undocumented