Interface ISyncMemberInfo
Assembly: Eco.Core.dll
Syntax
public interface ISyncMemberInfo
Properties
Flags
Declaration
Property Value
ID
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Declaration
Property Value
| Type |
Description |
| System.String |
|
PerPlayerMember
Set to true if its a method that accepts the player, meaning a different result for each player
Declaration
bool PerPlayerMember { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
GetValue(IMvcNetClient, Object)
Declaration
object GetValue(IMvcNetClient client, object obj)
Parameters
Returns
| Type |
Description |
| System.Object |
|
Extension Methods