lua_isuserdata
[-0, +0, –]
1 | int lua_isuserdata (lua_State *L, int index); |
Returns 1 if the value at the given index is a userdata (either full or light), and 0 otherwise.
lua_isuserdata
[-0, +0, –]
1 | int lua_isuserdata (lua_State *L, int index); |
Returns 1 if the value at the given index is a userdata (either full or light), and 0 otherwise.
Designed by : w10schools
service@w10schools.com
Please login to continue.