Photon Bolt Engine API
1.3
Base class that all commands inherit from More...
Static Public Member Functions | |
| static implicit | operator bool (Command command) |
| Convert a Command into a Bool. Useful to check if the reference to a Command is not null More... | |
Properties | |
| bool | IsFirstExecution [get] |
| Returns true if it's the first time this command executed More... | |
| int | ServerFrame [get, set] |
| The value of the BoltNetwork.serverFrame property of the computer this command was created on More... | |
| object | UserToken [get, set] |
| User assignable token that lets you pair arbitrary data with the command, this is not replicated over the network to any remote computers. More... | |
Base class that all commands inherit from
|
inlinestatic |
|
get |
Returns true if it's the first time this command executed
|
getset |
The value of the BoltNetwork.serverFrame property of the computer this command was created on
|
getset |
User assignable token that lets you pair arbitrary data with the command, this is not replicated over the network to any remote computers.