____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include "tolua++.h"Go to the source code of this file.
Functions | |
| TOLUA_API void | tolua_moduleevents (lua_State *L) |
| TOLUA_API int | tolua_ismodulemetatable (lua_State *L) |
| TOLUA_API void | tolua_classevents (lua_State *L) |
| TOLUA_API void tolua_classevents | ( | lua_State * | L | ) |
Definition at line 470 of file tolua_event.cpp.
References class_add_event(), class_call_event(), class_div_event(), class_eq_event(), class_index_event(), class_le_event(), class_lt_event(), class_mul_event(), class_newindex_event(), and class_sub_event().
Referenced by tolua_newmetatable().
| TOLUA_API int tolua_ismodulemetatable | ( | lua_State * | L | ) |
Definition at line 454 of file tolua_event.cpp.
References module_index_event().
Referenced by tolua_module().
| TOLUA_API void tolua_moduleevents | ( | lua_State * | L | ) |
Definition at line 442 of file tolua_event.cpp.
References module_index_event(), and module_newindex_event().
Referenced by tolua_module().
1.5.6