MCPcopy Create free account
hub / github.com/anjo76/angelscript / SetShared

Method SetShared

sdk/angelscript/source/as_scriptfunction.h:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 // Internal methods
225
226 void SetShared(bool set) { traits.SetTrait(asTRAIT_SHARED, set); }
227 void SetReadOnly(bool set) { traits.SetTrait(asTRAIT_CONST, set); }
228 void SetFinal(bool set) { traits.SetTrait(asTRAIT_FINAL, set); }
229 void SetOverride(bool set) { traits.SetTrait(asTRAIT_OVERRIDE, set); }

Callers 8

ReadFunctionMethod · 0.80
CompleteFuncDefMethod · 0.80
CreateVirtualFunctionMethod · 0.80
AddDefaultConstructorMethod · 0.80
FindMatchingFuncdefMethod · 0.80

Calls 1

SetTraitMethod · 0.80

Tested by

no test coverage detected