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

Method _hx_getParameters

src/Enum.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42DynamicArray EnumBase_obj::_hx_getParameters()
43{
44 Array<Dynamic> result = Array_obj<Dynamic>::__new(mFixedFields);
45 cpp::Variant *fixed = _hx_getFixed();
46 for(int i=0;i<mFixedFields;i++)
47 result[i] = fixed[i];
48 return result;
49}
50
51int EnumBase_obj::__Compare(const hx::Object *inRHS) const
52{

Callers

nothing calls this directly

Calls 2

__newFunction · 0.85
_hx_getFixedFunction · 0.85

Tested by

no test coverage detected