DynXX-C
Loading...
Searching...
No Matches
Lua.h
Go to the documentation of this file.
1#pragma once
2
3#include "Types.h"
4
6
14bool dynxx_lua_loadF(const char *file);
15
22bool dynxx_lua_loadS(const char *script);
23
31const char *dynxx_lua_call(const char *func, const char *params);
32
bool dynxx_lua_loadS(const char *script)
Load Lua script content.
const char * dynxx_lua_call(const char *func, const char *params)
Call Lua function.
DYNXX_EXTERN_C_BEGIN bool dynxx_lua_loadF(const char *file)
Load Lua file.
#define DYNXX_EXTERN_C_BEGIN
Definition Macro.h:13
#define DYNXX_EXTERN_C_END
Definition Macro.h:14