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