Enum LockType
Defined in File SpaceEntity.h
Enum Documentation
-
enum class csp::multiplayer::LockType
Enum used to specify a lock type that has been added to an entity.
Upon creation, entities have the ‘None’ lock type.
Values:
-
enumerator None
The entity doesn’t have a lock.
-
enumerator UserAgnostic
The Entity cannot be mutated by anyone. Anyone can remove the lock.
-
enumerator None