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

Method ConstructEnum

src/hx/Class.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184Dynamic Class_obj::ConstructEnum(String inName,DynamicArray inArgs)
185{
186 if (mConstructEnum==0)
187 return null();
188 return mConstructEnum(inName,inArgs);
189}
190
191
192

Callers

nothing calls this directly

Calls 1

nullClass · 0.50

Tested by

no test coverage detected