Enum ECommandExecuteType
Namespace: Clavusaurus.Cosmos
Assembly: cs.temp.dll.dll
Syntax
public enum ECommandExecuteType : byte
  Fields
| Name | Description | 
|---|---|
| CLIENT_ONLY | Command can only be called on a client  | 
      
| FROM_CLIENT_AND_SERVER_TO_SERVER | Command can be called by both the client and server, and can only execute on the server  | 
      
| FROM_CLIENT_TO_SERVER | Command can be called by the client and only execute on the server  | 
      
| LOCAL_ONLY | Command can only be executed by the local console  | 
      
| SERVER_ONLY | Command can only be called on a server  |