Space Engineers
VRage.Network.ClientAttribute Class Reference

Client method. Decorated method is be called by server on client. 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 client who invoked it on server. More...

Inheritance diagram for VRage.Network.ClientAttribute:

Detailed Description

Client method. Decorated method is be called by server on client. 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 client who invoked it on server.

Definition at line 14 of file ClientAttribute.cs.


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