41 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:15
static bool isUnlocked()
Returns whether the lock is active or not. The lock is active as long as getNumLocks.
Definition UpdateLock.cpp:29
static unsigned int getNumLocks()
Returns the number of locks across all UpdateLock objects.
Definition UpdateLock.cpp:25
static bool isLocked()
Returns whether the lock is active or not. The lock is active as long as getNumLocks.
Definition UpdateLock.cpp:27