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

Method CallCSharpWrapper

Assets/XLua/Src/ObjectTranslator.cs:1403–1406  ·  view source on GitHub ↗
(RealStatePtr L, int funcidx, int top)

Source from the content-addressed store, hash-verified

1401 int csharpWrapperSize = 0;
1402
1403 internal int CallCSharpWrapper(RealStatePtr L, int funcidx, int top)
1404 {
1405 return csharpWrapper[funcidx](L, top);
1406 }
1407
1408 void ensureCSharpWrapperCapacity(int min)
1409 {

Callers 1

CSharpWrapperCallerImplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected