registerLibForScripting

Registers the PPE standard library for a Lua script, so engine functions can be called through a Lua script.

public
void
registerLibForScripting
(
lua_State* state
)

Parameters

state lua_State*

the state where the scripts need to be registered.

Meta