Home
last modified time | relevance | path

Searched refs:META_POLYOBJVERTICES (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dlua_polyobjlib.c82 vertex_t ***polyverts = *((vertex_t ****)luaL_checkudata(L, 1, META_POLYOBJVERTICES)); in polyobjvertices_get()
117 vertex_t ***polyverts = *((vertex_t ****)luaL_checkudata(L, 1, META_POLYOBJVERTICES)); in polyobjvertices_num()
287 …LUA_PushUserdata(L, &polyobj->vertices, META_POLYOBJVERTICES); // push the address of the "vertice… in polyobj_get()
449 luaL_newmetatable(L, META_POLYOBJVERTICES); in LUA_PolyObjLib()
H A Dlua_libs.h73 #define META_POLYOBJVERTICES "POLYOBJ_T*VERTICES" macro