MCPcopy Create free account
hub / github.com/Tencent/xLua / GetObject

Method GetObject

Assets/XLua/Src/ObjectTranslator.cs:809–812  ·  view source on GitHub ↗
(RealStatePtr L,int index)

Source from the content-addressed store, hash-verified

807 }
808
809 public object GetObject(RealStatePtr L,int index)
810 {
811 return (objectCasters.GetCaster(typeof(object))(L, index, null));
812 }
813
814 public Type GetTypeOf(RealStatePtr L, int idx)
815 {

Callers 14

GetEventWrapMethod · 0.80
LuaEnv.csFile · 0.80
genFieldSetterMethod · 0.80
genItemGetterMethod · 0.80
genItemSetterMethod · 0.80
LuaFunction.csFile · 0.80
DelegateCombineFunction · 0.80
DelegateRemoveFunction · 0.80
ArrayNewIndexerFunction · 0.80
getTypeFunction · 0.80
XLuaAccessFunction · 0.80
DelegateConstructorFunction · 0.80

Calls 7

GetFunction · 0.85
GetCasterMethod · 0.80
xlua_tocsobj_safeMethod · 0.80
lua_typeMethod · 0.80
xlua_gettypeidMethod · 0.80
TryGetValueMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected