Space Engineers
VRage.Network.BroadcastExceptAttribute Class Reference

Client method. Decorated method is be called by server on all clients (except the one who invoked it on server or the one specified in RaiseEvent...when called from server). Clients always trust server and does not perform any validation. When used together with Server attribute, server validates data, invokes the method on server and then sends it to all clients except the client who invoked it on server. More...

Inheritance diagram for VRage.Network.BroadcastExceptAttribute:

Detailed Description

Client method. Decorated method is be called by server on all clients (except the one who invoked it on server or the one specified in RaiseEvent...when called from server). Clients always trust server and does not perform any validation. When used together with Server attribute, server validates data, invokes the method on server and then sends it to all clients except the client who invoked it on server.

Definition at line 14 of file BroadcastExceptAttribute.cs.


The documentation for this class was generated from the following file: