Enum ExecuteFlags
- Namespace
- LiteEntitySystem
- Assembly
- LiteEntitySystem.dll
[Flags]
public enum ExecuteFlags : ushort
- Extension Methods
Fields
All = SendToAll | ExecuteOnPrediction | ExecuteOnServerAll flags, send to owner, to others, execute on prediction and on server
ExecuteOnPrediction = 4Execute RPC on client for owner of entity on prediction
ExecuteOnServer = 8Execute RPC directly on server
None = 0SendToAll = SendToOwner | SendToOtherExecute RPC for all players
SendToOther = 2Execute RPC for non owners
SendToOwner = 1Execute RPC for owner of entity
SyncGroup1 = 16Toggleable sync group 1. Can include SyncVars and RPCs.
SyncGroup2 = 32Toggleable sync group 2. Can include SyncVars and RPCs.
SyncGroup3 = 64Toggleable sync group 3. Can include SyncVars and RPCs.
SyncGroup4 = 128Toggleable sync group 4. Can include SyncVars and RPCs.
SyncGroup5 = 256Toggleable sync group 5. Can include SyncVars and RPCs.