aot_top_get_long Subroutine

private subroutine aot_top_get_long(val, ErrCode, L, default)

Interpret topmost entry on Lua stack as a single precision real.

Arguments

TypeIntentOptionalAttributesName
integer(kind=long_k), intent(out) :: val

Value of the Variable in the script

integer, intent(out) :: ErrCode

Error code to indicate what kind of problem might have occured.

type(flu_State) :: L

Handle to the Lua script

integer(kind=long_k), intent(in), optional :: default

Some default value, that should be used, if the variable is not set in the Lua script.


Calls

proc~~aot_top_get_long~~CallsGraph proc~aot_top_get_long aot_top_get_long proc~flu_isnumber flu_isnumber proc~aot_top_get_long->proc~flu_isnumber flu_isnoneornil flu_isnoneornil proc~aot_top_get_long->flu_isnoneornil proc~flu_pop flu_pop proc~aot_top_get_long->proc~flu_pop proc~flu_todouble flu_todouble proc~aot_top_get_long->proc~flu_todouble lua_isnumber lua_isnumber proc~flu_isnumber->lua_isnumber interface~lua_settop lua_settop proc~flu_pop->interface~lua_settop interface~lua_tonumberx lua_tonumberx proc~flu_todouble->interface~lua_tonumberx

Called by

proc~~aot_top_get_long~~CalledByGraph proc~aot_top_get_long aot_top_get_long interface~aot_top_get_val aot_top_get_val interface~aot_top_get_val->proc~aot_top_get_long

Contents


Variables

TypeVisibilityAttributesNameInitial
logical, private :: not_retrievable