luaL_checktype ( L narg t -- ) (original) (raw)

luaL_checktype ( L narg t -- )

Vocabulary
lua

Inputs

L an object
narg an object
t an object

Outputs
None

Definition

USING: alien.c-types alien.syntax ;

IN: lua

LIBRARY: liblua5.1 FUNCTION: void luaL_checktype
( lua_State* L, int narg, int t )