Auxiliary subroutine to check on errors from attempting to get values from the Lua script with aot_get_val.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | iError |
aoterr code to interpret (returned by aot_get_val) |
||
| character(len=*), | intent(in) | :: | key |
Lua key that was attempted to be read |
||
| character(len=*), | intent(in), | optional | :: | event_string |
Optional event string to describe the circumstances |
Auxiliary subroutine to check on errors from attempting to get an array of values from the Lua script with aot_get_val.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | iError(:) |
aoterr code to interpret (returned by aot_get_val) |
||
| character(len=*), | intent(in) | :: | key |
Lua key that was attempted to be read |
||
| character(len=*), | intent(in), | optional | :: | event_string |
Optional event string to describe the circumstances |