dm_lua_call Function

public function dm_lua_call(lua, nargs, nresults) result(rc)

Calls Lua function on top of stack.

Arguments

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

Lua type.

integer, intent(in) :: nargs

Number of arguments.

integer, intent(in) :: nresults

Number of results.

Return Value integer


Calls

proc~~dm_lua_call~~CallsGraph proc~dm_lua_call dm_lua_call lua_pcall lua_pcall proc~dm_lua_call->lua_pcall proc~dm_lua_error dm_lua_error proc~dm_lua_call->proc~dm_lua_error