MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __GetType

Function __GetType

include/Enum.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 EnumBase_obj() : index(-1) { }
53 EnumBase_obj(const null &inNull) : index(-1) { }
54 int __GetType() const HXCPP_OVERRIDE { return vtEnum; }
55 static Dynamic __CreateEmpty();
56 static Dynamic __Create(DynamicArray inArgs);
57 static void __boot();

Callers 1

__CompareMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected