|   | A Demo Project for the UnrealEngineSDK | 
| Classes | |
| class | Colors | 
| class | TwineDocumentData | 
| class | TwineEdgeData | 
| class | TwineHelper | 
| class | TwineHtmlParser | 
| class | TwineInnerEdgeData | 
| class | TwineNodeData | 
| class | TwineNodeTag | 
| Functions | |
| _print_internal (color, string, **kwargs) | |
| convert_path_to_absolute_if_not_already (path) | |
| exit_program (status) | |
| exit_program_error (message=None) | |
| exit_program_success () | |
| export_twine_file_dlg_text_json (src_file_path, src_twine_dir_from, dst_json_dir) | |
| is_path_twine_file (path) | |
| json_save_dictionary (path, dictionary) | |
| main (src_twine_dir, dst_json_dir) | |
| print_blue (*args, **kwargs) | |
| print_blue_light (*args, **kwargs) | |
| print_config_value (config_name, config_value) | |
| print_green (*args, **kwargs) | |
| print_green_light (*args, **kwargs) | |
| print_newlines (nr=1) | |
| print_red (*args, **kwargs) | |
| print_red_light (*args, **kwargs) | |
| print_reset_color () | |
| print_yellow (*args, **kwargs) | |
| print_yellow_light (*args, **kwargs) | |
| string_to_int (string) | |
| twine_parse_file (path) | |
| Variables | |
| args = parser.parse_args() | |
| default | |
| str | DLG_JSON_HUMAN_EXTENSION = ".dlg_human.json" | 
| help | |
| nargs | |
| parser = argparse.ArgumentParser() | |
| int | ROOT_NODE_INDEX = -1 | 
| str | |
| type | |
| 
 | protected | 
Definition at line 50 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.convert_path_to_absolute_if_not_already | ( | path | ) | 
Definition at line 570 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.exit_program | ( | status | ) | 
Definition at line 556 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.exit_program_error | ( | message = None | ) | 
Definition at line 560 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.exit_program_success | ( | ) | 
Definition at line 566 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.export_twine_file_dlg_text_json | ( | src_file_path, | |
| src_twine_dir_from, | |||
| dst_json_dir ) | 
Definition at line 618 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.is_path_twine_file | ( | path | ) | 
Definition at line 577 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.json_save_dictionary | ( | path, | |
| dictionary ) | 
Definition at line 592 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.main | ( | src_twine_dir, | |
| dst_json_dir ) | 
Definition at line 666 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_blue | ( | * | args, | 
| ** | kwargs ) | 
Definition at line 69 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_blue_light | ( | * | args, | 
| ** | kwargs ) | 
Definition at line 73 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_config_value | ( | config_name, | |
| config_value ) | 
| DlgTwineToJsonHumanText.print_green | ( | * | args, | 
| ** | kwargs ) | 
| DlgTwineToJsonHumanText.print_green_light | ( | * | args, | 
| ** | kwargs ) | 
| DlgTwineToJsonHumanText.print_newlines | ( | nr = 1 | ) | 
Definition at line 40 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_red | ( | * | args, | 
| ** | kwargs ) | 
Definition at line 61 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_red_light | ( | * | args, | 
| ** | kwargs ) | 
| DlgTwineToJsonHumanText.print_reset_color | ( | ) | 
Definition at line 45 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_yellow | ( | * | args, | 
| ** | kwargs ) | 
Definition at line 77 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.print_yellow_light | ( | * | args, | 
| ** | kwargs ) | 
| DlgTwineToJsonHumanText.string_to_int | ( | string | ) | 
Definition at line 98 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.twine_parse_file | ( | path | ) | 
Returns a dictionary
Definition at line 604 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.args = parser.parse_args() | 
Definition at line 699 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.default | 
Definition at line 696 of file DlgTwineToJsonHumanText.py.
| str DlgTwineToJsonHumanText.DLG_JSON_HUMAN_EXTENSION = ".dlg_human.json" | 
Definition at line 17 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.help | 
Definition at line 696 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.nargs | 
Definition at line 696 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.parser = argparse.ArgumentParser() | 
Definition at line 695 of file DlgTwineToJsonHumanText.py.
| int DlgTwineToJsonHumanText.ROOT_NODE_INDEX = -1 | 
Definition at line 18 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.str | 
Definition at line 696 of file DlgTwineToJsonHumanText.py.
| DlgTwineToJsonHumanText.type | 
Definition at line 696 of file DlgTwineToJsonHumanText.py.