This subroutine tries to push the value of the entry given by key or pos within the table thandle onto the Lua stack.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flu_state) | :: | L | Handle for the Lua script. |
|||
| integer, | intent(in), | optional | :: | thandle | Handle to the table to look in. |
|
| character(len=*), | intent(in), | optional | :: | key | Name of the entry to push to the stack. |
|
| integer, | intent(in), | optional | :: | pos | Position of the entry to push to the stack. |
|
| integer, | intent(out), | optional | :: | toptype |