Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dlua_polyobjlib.c139 line_t ***polylines = *((line_t ****)luaL_checkudata(L, 1, META_POLYOBJLINES)); in polyobjlines_get()
174 line_t ***polylines = *((line_t ****)luaL_checkudata(L, 1, META_POLYOBJLINES)); in polyobjlines_num()
290 …LUA_PushUserdata(L, &polyobj->lines, META_POLYOBJLINES); // push the address of the "lines" member… in polyobj_get()
457 luaL_newmetatable(L, META_POLYOBJLINES); in LUA_PolyObjLib()
H A Dlua_libs.h74 #define META_POLYOBJLINES "POLYOBJ_T*LINES" macro