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

Function EnumBase_obj

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

Source from the content-addressed store, hash-verified

50 String toString() HXCPP_OVERRIDE;
51
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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected