Registers a new Lua command.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(lua_state_type), | intent(inout) | :: | lua |
Lua type. |
||
character(len=*), | intent(in) | :: | name |
Lua procedure name. |
||
procedure(dm_lua_callback) | :: | proc |
C-interoperable subroutine to call. |