|
override string | GetKeyword () |
| Command's name without the '#' prefix.
|
|
override bool | IsServerSide () |
| True if the command should be passed to the server. False for only client-side execution.
|
|
◆ GetKeyword()
override string UploadSaveCommand.GetKeyword |
( |
| ) |
|
◆ IsServerSide()
override bool UploadSaveCommand.IsServerSide |
( |
| ) |
|
True if the command should be passed to the server. False for only client-side execution.
Implements ScrServerCommand.
◆ OnChatClientExecution()
override ref ScrServerCmdResult UploadSaveCommand.OnChatClientExecution |
( |
array< string > | argv, |
|
|
int | playerId ) |
|
protected |
The first chat execution stage (always on the client side).
Implements ScrServerCommand.
◆ OnChatServerExecution()
override ref ScrServerCmdResult UploadSaveCommand.OnChatServerExecution |
( |
array< string > | argv, |
|
|
int | playerId ) |
|
protected |
The main chat execution that is executed on the server (if IsServerSide is true)
Implements ScrServerCommand.
◆ OnUpdate()
◆ RequiredChatPermission()
override int UploadSaveCommand.RequiredChatPermission |
( |
| ) |
|
|
protected |
Required permission (EPlayerRole) to run chat execution.
Implements ScrServerCommand.
◆ m_callback
◆ m_result
The documentation for this interface was generated from the following file:
- Game/Network/ServerCommands/UploadSaveCommand.c