Crossfire Server, Trunk
|
Functions | |
def | parse_dialog (s) |
Variables | |
def | dialog = parse_dialog(sys.stdin.read().strip()) |
dialogc.py -- Crossfire dialog compiler Complies simple dialogs into CFDialog-compatible JSON. Works on standard input and output when called from the command-line.
def dialogc.parse_dialog | ( | s | ) |
Definition at line 9 of file dialogc.py.
References split().
def dialogc.dialog = parse_dialog(sys.stdin.read().strip()) |
Definition at line 79 of file dialogc.py.
Referenced by CREResourcesWindow.updateFilters().