Home
last modified time | relevance | path

Searched defs:ScopedLuaRef (Results 1 – 2 of 2) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DScopedLuaRef.cpp28 ScopedLuaRef::ScopedLuaRef(): in ScopedLuaRef() function in Solarus::ScopedLuaRef
38 ScopedLuaRef::ScopedLuaRef(lua_State* l, int ref): in ScopedLuaRef() function in Solarus::ScopedLuaRef
51 ScopedLuaRef::ScopedLuaRef(const ScopedLuaRef& other): in ScopedLuaRef() function in Solarus::ScopedLuaRef
65 ScopedLuaRef::ScopedLuaRef(ScopedLuaRef&& other): in ScopedLuaRef() function in Solarus::ScopedLuaRef
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/lua/
H A DLuaTools.h33 class ScopedLuaRef; variable