Crossfire Server, Trunk
replace_in_map Namespace Reference

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
 

Variable Documentation

◆ alreadymatched

tuple replace_in_map.alreadymatched = (event.Value!=0)

Definition at line 10 of file replace_in_map.py.

◆ current

replace_in_map.current = TimeOfDay()

Definition at line 12 of file replace_in_map.py.

◆ event

replace_in_map.event = Crossfire.WhatIsEvent()

Definition at line 9 of file replace_in_map.py.

◆ inverse

string replace_in_map.inverse = True

Definition at line 14 of file replace_in_map.py.

◆ match

string replace_in_map.match = False

Definition at line 15 of file replace_in_map.py.

◆ parameters

replace_in_map.parameters = cjson.decode(event.Message)

Definition at line 11 of file replace_in_map.py.

◆ transformer

replace_in_map.transformer = CFMapTransformer(parameters["key"])

Definition at line 28 of file replace_in_map.py.

◆ Value

replace_in_map.Value

Definition at line 32 of file replace_in_map.py.