dm_lua_eval Function

public function dm_lua_eval(lua, command) result(rc)

Executes Lua command passed in character string command.

Arguments

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

Lua type.

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

Lua command to evaluate.

Return Value integer


Calls

proc~~dm_lua_eval~~CallsGraph proc~dm_lua_eval dm_lua_eval lual_dostring lual_dostring proc~dm_lua_eval->lual_dostring proc~dm_lua_error dm_lua_error proc~dm_lua_eval->proc~dm_lua_error