Crossfire Server, Trunk
|
#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_wrap(), Map_GetDarkness(), Map_GetDifficulty(), Map_GetEnterX(), Map_GetEnterY(), Map_GetHeight(), Map_GetMessage(), Map_GetName(), Map_GetPath(), Map_GetPlayers(), Map_GetRegion(), Map_GetResetTime(), Map_GetResetTimeout(), Map_GetTempName(), Map_GetUnique(), Map_GetWidth(), Map_InternalCompare(), Map_SetPath(), and Object_SetMap().
int Crossfire_Map::valid |
Definition at line 35 of file cfpython_map.h.
Referenced by Crossfire_Map_wrap().