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

Function DelegateRemove

Assets/XLua/Src/StaticLuaCallbacks.cs:223–223  ·  view source on GitHub ↗
(RealStatePtr L, int top)

Source from the content-addressed store, hash-verified

221
222#if GEN_CODE_MINIMIZE
223 public static int DelegateRemove(RealStatePtr L, int top)
224#else
225 [MonoPInvokeCallback(typeof(LuaCSFunction))]
226 public static int DelegateRemove(RealStatePtr L)

Callers

nothing calls this directly

Calls 6

FindMethod · 0.80
FastGetCSObjMethod · 0.80
luaL_errorMethod · 0.80
GetObjectMethod · 0.80
PushAnyMethod · 0.80
RemoveMethod · 0.45

Tested by

no test coverage detected