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

Method ConstructArgs

src/hx/Class.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179Dynamic Class_obj::ConstructArgs(DynamicArray inArgs)
180{
181 return mConstructArgs(inArgs);
182}
183
184Dynamic Class_obj::ConstructEnum(String inName,DynamicArray inArgs)
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected