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

Method HasCustomOp

Assets/XLua/Src/ObjectTranslator.cs:1502–1505  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

1500 }
1501
1502 public bool HasCustomOp(Type type)
1503 {
1504 return custom_push_funcs.ContainsKey(type);
1505 }
1506
1507 private Dictionary<Type, Delegate> push_func_with_type = null;
1508

Callers 1

BeginObjectRegisterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected