Loading...
Searching...
No Matches
Go to the documentation of this file.
12#define POLY_RECT_LUA_NAME "PolyRect"
13#define POLY_RECT_LUA_FLAG "cfPolyRect"
14#define CHECK_POLY_RECT(L, arg) (PolyRect*)CheckNodeLuaType(L, arg, POLY_RECT_LUA_NAME, POLY_RECT_LUA_FLAG);