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

Function das_module_bind_structure

src/misc/daScriptC.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void das_module_bind_structure ( das_module * mod, das_structure * st ) {
489 ((Module *)mod)->addAnnotation((Annotation *)st);
490}
491
492void das_module_bind_enumeration ( das_module * mod, das_enumeration * en ) {
493 ((Module *)mod)->addEnumeration((Enumeration *)en);

Callers 1

Calls 1

addAnnotationMethod · 0.80

Tested by

no test coverage detected