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

Method CppiaClass

src/hx/cppia/CppiaClasses.cpp:1584–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1582 CppiaClassInfo *info;
1583
1584 CppiaClass(CppiaClassInfo *inInfo)
1585 {
1586 info = inInfo;
1587 }
1588
1589 Array<String> GetClassFields() HXCPP_OVERRIDE
1590 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected