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