MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / ScriptAny_GetFlag_Generic

Function ScriptAny_GetFlag_Generic

external/as_add_on/scriptany/scriptany.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static void ScriptAny_GetFlag_Generic(asIScriptGeneric *gen)
115{
116 CScriptAny *self = (CScriptAny*)gen->GetObject();
117 *(bool*)gen->GetAddressOfReturnLocation() = self->GetFlag();
118}
119
120static void ScriptAny_EnumReferences_Generic(asIScriptGeneric *gen)
121{

Callers

nothing calls this directly

Calls 1

GetFlagMethod · 0.45

Tested by

no test coverage detected