MCPcopy Index your code
hub / github.com/assaultcube/AC / identaccessdenied

Function identaccessdenied

source/src/command.cpp:1705–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703#endif
1704
1705inline bool identaccessdenied(ident *id) // check if ident is allowed in current context
1706{
1707 ASSERT(execcontext >= 0 && execcontext < IEXC_NUM && id);
1708 return contextisolated[execcontext] && execcontext > id->context;
1709}
1710
1711// script origin tracking
1712

Callers 7

pushaFunction · 0.85
popFunction · 0.85
delaliasFunction · 0.85
aliasFunction · 0.85
executeretFunction · 0.85
modifyvarFunction · 0.85
modifyfvarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected