Crossfire Server, Trunk
|
Variables | |
tuple | alreadymatched = (event.Value!=0) |
current = Crossfire.WhoAmI() | |
env = current.Env | |
event = Crossfire.WhatIsEvent() | |
future = event.Inventory | |
string | inverse = True |
bool | match = False |
mymap = current.Map | |
parameters = cjson.decode(event.Message) | |
Value | |
x = current.X | |
y = current.Y | |
tuple replace.alreadymatched = (event.Value!=0) |
Definition at line 49 of file replace.py.
replace.current = Crossfire.WhoAmI() |
Definition at line 64 of file replace.py.
Referenced by add_capacity(), animate(), animate_one(), ArtifactPanel.artifactChanged(), create_animation(), CREMessagePanel.currentRowChanged(), CREResourcesWindow.currentRowChanged(), nlohmann::detail::exception.diagnostics(), do_tiled_map_picture(), esrv_move_object(), fix_exits_for_map(), free_dialog_information(), get_next_archetype(), get_next_friend(), getEventFiles(), getRowAndCol(), init_renderer_env(), is_animated_object(), is_better_lighter(), knowledge_add(), knowledge_give(), knowledge_god_add(), knowledge_known(), knowledge_monster_add(), knowledge_player_knows(), load_bells(), monster_compute_path(), AssetsCollection< Animations >.next(), parse_animation_block(), parse_dialog_information(), path_from_current(), runapplyobject(), runpickup(), runpickupobject(), and test_stand_in_light().
replace.env = current.Env |
Definition at line 77 of file replace.py.
replace.event = Crossfire.WhatIsEvent() |
Definition at line 47 of file replace.py.
replace.future = event.Inventory |
Definition at line 65 of file replace.py.
string replace.inverse = True |
Definition at line 50 of file replace.py.
string replace.match = False |
Definition at line 51 of file replace.py.
replace.mymap = current.Map |
Definition at line 87 of file replace.py.
replace.parameters = cjson.decode(event.Message) |
Definition at line 48 of file replace.py.
replace.Value |
Definition at line 82 of file replace.py.
replace.x = current.X |
Definition at line 88 of file replace.py.
replace.y = current.Y |
Definition at line 89 of file replace.py.