Metatables
getnamecallmethod
the current namecall method に保存されている current Luau namecall atom を返します。この function は arguments を取らず、exactly one value を返します。the current namecall method が存在し、the current namecall method が 0 より大きく、the current namecall method が non-null の場合、その data を string return で string として push します。それ以外の場合は nil を push します。function は arguments を検査せず、target object から method name を計算せず、metamethod を呼び出しません。get_namecall_method は getnamecallmethod の alias です。