MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_module_bind_enumeration

Function das_module_bind_enumeration

src/misc/daScriptC.cpp:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void das_module_bind_enumeration ( das_module * mod, das_enumeration * en ) {
493 ((Module *)mod)->addEnumeration((Enumeration *)en);
494}
495
496das_structure * das_structure_make ( das_module_group * lib, const char * name, const char * cppname, int sz, int al ) {
497 auto st = new CStructureAnnotation(name,cppname,(ModuleLibrary *)lib);

Callers 1

Calls 1

addEnumerationMethod · 0.45

Tested by

no test coverage detected