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

Method FastGetCSObj

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

Source from the content-addressed store, hash-verified

1358 }
1359
1360 public object FastGetCSObj(RealStatePtr L,int index)
1361 {
1362 return getCsObj(L, index, LuaAPI.xlua_tocsobj_fast(L,index));
1363 }
1364
1365 internal void ReleaseCSObj(RealStatePtr L, int index)
1366 {

Callers 15

CallMethod · 0.80
genFieldGetterMethod · 0.80
genFieldSetterMethod · 0.80
genItemGetterMethod · 0.80
genItemSetterMethod · 0.80
EnumAndFunction · 0.80
EnumOrFunction · 0.80
StaticCSFunctionFunction · 0.80
DelegateCallFunction · 0.80
ToStringFunction · 0.80
DelegateCombineFunction · 0.80
DelegateRemoveFunction · 0.80

Calls 1

xlua_tocsobj_fastMethod · 0.80

Tested by

no test coverage detected