dm_lua_exec Function

public function dm_lua_exec(lua, file_path) result(rc)

Executes Lua script.

Arguments

Type IntentOptional Attributes Name
type(lua_state_type), intent(inout) :: lua

Lua type.

character(len=*), intent(in) :: file_path

Path to Lua script file.

Return Value integer


Calls

proc~~dm_lua_exec~~CallsGraph proc~dm_lua_exec dm_lua_exec lual_dofile lual_dofile proc~dm_lua_exec->lual_dofile proc~dm_lua_error dm_lua_error proc~dm_lua_exec->proc~dm_lua_error