Searched refs:setFn (Results 1 – 1 of 1) sorted by relevance
1383 …_variable(lua_State *L,const char *name,lua_CFunction getFn,lua_CFunction setFn); /* forward decla…2034 … void SWIG_Lua_add_variable(lua_State *L,const char *name,lua_CFunction getFn,lua_CFunction setFn) in SWIG_Lua_add_variable() argument2041 if (setFn) in SWIG_Lua_add_variable()2045 SWIG_Lua_add_function(L,name,setFn); in SWIG_Lua_add_variable()