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

Method AddChecker

Assets/XLua/Src/ObjectCasters.cs:194–197  ·  view source on GitHub ↗
(Type type, ObjectCheck oc)

Source from the content-addressed store, hash-verified

192 }
193
194 public void AddChecker(Type type, ObjectCheck oc)
195 {
196 checkersMap[type] = oc;
197 }
198
199 public ObjectCheck GetChecker(Type type)
200 {

Callers 1

RegisterCheckerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected