|
Crossfire Server, Trunk
1.75.0
|
Variables | |
| tuple | alreadymatched = (event.Value!=0) |
| current = TimeOfDay() | |
| event = Crossfire.WhatIsEvent() | |
| string | inverse = True |
| bool | match = False |
| parameters = cjson.decode(event.Message) | |
| transformer = CFMapTransformer(parameters["key"]) | |
| Value | |
| tuple replace_in_map.alreadymatched = (event.Value!=0) |
Definition at line 10 of file replace_in_map.py.
| replace_in_map.current = TimeOfDay() |
Definition at line 12 of file replace_in_map.py.
| replace_in_map.event = Crossfire.WhatIsEvent() |
Definition at line 9 of file replace_in_map.py.
| string replace_in_map.inverse = True |
Definition at line 14 of file replace_in_map.py.
| string replace_in_map.match = False |
Definition at line 15 of file replace_in_map.py.
| replace_in_map.parameters = cjson.decode(event.Message) |
Definition at line 11 of file replace_in_map.py.
| replace_in_map.transformer = CFMapTransformer(parameters["key"]) |
Definition at line 28 of file replace_in_map.py.
| replace_in_map.Value |
Definition at line 32 of file replace_in_map.py.