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

Method GetFixCSFunction

Assets/XLua/Src/ObjectTranslator.cs:1380–1383  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

1378 List<LuaCSFunction> fix_cs_functions = new List<LuaCSFunction>();
1379
1380 internal LuaCSFunction GetFixCSFunction(int index)
1381 {
1382 return fix_cs_functions[index];
1383 }
1384
1385 internal void PushFixCSFunction(RealStatePtr L, LuaCSFunction func)
1386 {

Callers 1

FixCSFunctionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected