Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Lua/
H A DElement.h40 int Elementnew(lua_State* L);
H A DElement.cpp53 lua_pushcfunction(L,Elementnew); in ExtraInit()
58 int Elementnew(lua_State* L) in Elementnew() function