We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ecacb commit 4925c4fCopy full SHA for 4925c4f
Shared/mods/deathmatch/logic/lua/LuaBasic.h
@@ -31,7 +31,7 @@ namespace lua
31
// PopTrival should read a simple value of type T from the stack without extra type checks
32
// If whatever is at that point in the stack is not convertible to T, the behavior is undefined
33
template <typename T>
34
- inline T PopPrimitive(lua_State* L, int& index);
+ T PopPrimitive(lua_State* L, int& index);
35
36
// Push should push a value of type T to the Lua Stack
37
// This will always increase the stack size by 1
0 commit comments