aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/util_commands/mod.conf
diff options
context:
space:
mode:
Diffstat (limited to 'games/devtest/mods/util_commands/mod.conf')
0 files changed, 0 insertions, 0 deletions
hl com">You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once extern "C" { #include <lua.h> #include <lauxlib.h> } class LuaHelper { protected: static bool isNaN(lua_State *L, int idx); /** * Read a value using a template type T from Lua State L and index * * * @tparam T type to read from Lua * @param L Lua state * @param index Lua Index to read