luaL_newmetatable Interface

interface


Called by

interface~~lual_newmetatable~~CalledByGraph interface~lual_newmetatable luaL_newmetatable proc~flul_newmetatable fluL_newmetatable proc~flul_newmetatable->interface~lual_newmetatable

public function luaL_newmetatable(L, tname) bind(c, name="luaL_newmetatable")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: L
character(kind=c_char, len=1), dimension(*) :: tname

Return Value integer(kind=c_int)