Crossfire Server, Branches 1.12
R18729
|
#include <cfpython_map.h>
Data Fields | |
PyObject_HEAD mapstruct * | map |
int | valid |
Definition at line 32 of file cfpython_map.h.
PyObject_HEAD mapstruct* Crossfire_Map::map |
Definition at line 34 of file cfpython_map.h.
Referenced by Crossfire_Map_new(), Crossfire_Map_wrap(), Crossfire_Object_Teleport(), Handle_Map_Unload_Hook(), Map_ChangeLight(), Map_Check(), Map_CreateObject(), Map_GetDarkness(), Map_GetDifficulty(), Map_GetEnterX(), Map_GetEnterY(), Map_GetFirstObjectAt(), Map_GetHeight(), Map_GetMessage(), Map_GetName(), Map_GetPath(), Map_GetPlayers(), Map_GetRegion(), Map_GetResetTime(), Map_GetResetTimeout(), Map_GetTempName(), Map_GetUnique(), Map_GetWidth(), Map_Insert(), Map_InternalCompare(), Map_Message(), Map_Next(), Map_SetPath(), Map_TriggerConnected(), and Object_SetMap().
int Crossfire_Map::valid |
Definition at line 35 of file cfpython_map.h.
Referenced by Crossfire_Map_wrap(), and Handle_Map_Unload_Hook().