MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / hasBeenInvoked

Method hasBeenInvoked

test/Entity.cpp:1125–1125  ·  view source on GitHub ↗

Return true if the observer has been invoked at least once

Source from the content-addressed store, hash-verified

1123
1124 // Return true if the observer has been invoked at least once
1125 bool hasBeenInvoked() const { return invocationCount > 0; }
1126};
1127
1128inline EntityKeyValue* findKeyValue(Entity* entity, const std::string& keyToFind)

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected