Go to the source code of this file.
◆ dynxx_lua_call()
| const char * dynxx_lua_call |
( |
const char * |
func, |
|
|
const char * |
params |
|
) |
| |
Call Lua function.
- Warning
- Not accessible in JS/Lua!
- Parameters
-
| func | Lua function name |
| params | Lua function params(wrap multiple params with json) |
- Returns
- return value of Lua function
◆ dynxx_lua_loadF()
Load Lua file.
- Warning
- Not accessible in JS/Lua!
-
Not accessible in WebAssembly!(Will alert a prompt window.)
- Parameters
-
- Returns
- success or not
◆ dynxx_lua_loadS()
| bool dynxx_lua_loadS |
( |
const char * |
script | ) |
|
Load Lua script content.
- Warning
- Not accessible in JS/Lua!
- Parameters
-
- Returns
- success or not