lua_rawgeti Interface

interface


Called by

interface~~lua_rawgeti~~CalledByGraph interface~lua_rawgeti lua_rawgeti proc~flu_rawgeti flu_rawgeti proc~flu_rawgeti->interface~lua_rawgeti proc~aot_reference_to_top aot_reference_to_top proc~aot_reference_to_top->proc~flu_rawgeti proc~aot_fun_ref aot_fun_ref proc~aot_fun_ref->proc~aot_reference_to_top interface~aot_fun_open aot_fun_open interface~aot_fun_open->proc~aot_fun_ref proc~aot_path_open_fun aot_path_open_fun proc~aot_path_open_fun->interface~aot_fun_open interface~aot_path_open aot_path_open interface~aot_path_open->proc~aot_path_open_fun

public function lua_rawgeti(L, index, n) bind(c, name="lua_rawgeti")

Arguments

TypeIntentOptionalAttributesName
type(c_ptr), value:: L
integer(kind=c_int), value:: index
integer(kind=c_int), value:: n

Return Value integer(kind=c_int)