Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Network.ServerAttribute Class Reference

Server method. Decorated method is be called by client on server or by server locally. Server performs validation. Pass null as validation method to perform no validation (not recommended) More...

Inheritance diagram for VRage.Network.ServerAttribute:

Public Member Functions

 ServerAttribute ()
 
 ServerAttribute (string validationMethod)
 

Public Attributes

readonly string Validation
 

Detailed Description

Server method. Decorated method is be called by client on server or by server locally. Server performs validation. Pass null as validation method to perform no validation (not recommended)

Definition at line 13 of file ServerAttribute.cs.

Constructor & Destructor Documentation

VRage.Network.ServerAttribute.ServerAttribute ( )
inline

Definition at line 17 of file ServerAttribute.cs.

VRage.Network.ServerAttribute.ServerAttribute ( string  validationMethod)
inline

Definition at line 21 of file ServerAttribute.cs.

Member Data Documentation

readonly string VRage.Network.ServerAttribute.Validation

Definition at line 15 of file ServerAttribute.cs.


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