A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgTwineToJsonHumanText.TwineHelper Class Reference

Public Member Functions

 clean_text (cls, text)
 
 parse_twine_node_name (cls, raw_name, context_multiple_matches, context_invalid_index, context_invalid_speaker)
 

Static Public Attributes

str REGEX_NAME = r"(-?\d+)\.\s*(.*)"
 

Detailed Description

Definition at line 129 of file DlgTwineToJsonHumanText.py.

Member Function Documentation

◆ clean_text()

DlgTwineToJsonHumanText.TwineHelper.clean_text ( cls,
text )

Definition at line 157 of file DlgTwineToJsonHumanText.py.

◆ parse_twine_node_name()

DlgTwineToJsonHumanText.TwineHelper.parse_twine_node_name ( cls,
raw_name,
context_multiple_matches,
context_invalid_index,
context_invalid_speaker )

Definition at line 133 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

Member Data Documentation

◆ REGEX_NAME

str DlgTwineToJsonHumanText.TwineHelper.REGEX_NAME = r"(-?\d+)\.\s*(.*)"
static

Definition at line 130 of file DlgTwineToJsonHumanText.py.


The documentation for this class was generated from the following file: