dm_lua_to_string Function

public function dm_lua_to_string(lua, idx) result(value)

Returns allocatable character string from Lua stack at position idx.

Arguments

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

Lua type.

integer, intent(in) :: idx

Stack index.

Return Value character(len=:), allocatable

String value.


Calls

proc~~dm_lua_to_string~~CallsGraph proc~dm_lua_to_string dm_lua_to_string lua_tostring lua_tostring proc~dm_lua_to_string->lua_tostring