40 static unsigned int lockCounter;
The central coordinator of the engine's node system.
Definition NetworkManager.h:27
Prevents updates on the network manager while in scope.
Definition UpdateLock.h:16
static bool isUnlocked()
Returns whether the lock is active or not. The lock is active as long as getNumLocks > 0.
Definition UpdateLock.cpp:33
static unsigned int getNumLocks()
Returns the number of locks across all UpdateLock objects.
Definition UpdateLock.cpp:23
static bool isLocked()
Returns whether the lock is active or not. The lock is active as long as getNumLocks > 0.
Definition UpdateLock.cpp:28