Mirror::CommandAttribute
Call this from a client to run this function on the server. More...
Inherits from Attribute
Public Attributes
Name | |
---|---|
int | channel |
bool | ignoreAuthority |
Detailed Description
class Mirror::CommandAttribute;
Call this from a client to run this function on the server.
Make sure to validate input etc. It's not possible to call this from a server.
Public Attributes Documentation
variable channel
int channel = Channels.DefaultReliable;
variable ignoreAuthority
bool ignoreAuthority = false;
Updated on 17 January 2021 at 14:41:07 UTC