Class SyncString
Assembly: LiteEntitySystem.dll
Syntax
public class SyncString : SyncableField
Properties
Value
Declaration
public string Value { get; set; }
Property Value
Methods
OnSyncRequested()
Declaration
protected override void OnSyncRequested()
Overrides
RegisterRPC(ref SyncableRPCRegistrator)
Declaration
protected override void RegisterRPC(ref SyncableRPCRegistrator r)
Parameters
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
Operators
implicit operator string(SyncString)
Declaration
public static implicit operator string(SyncString s)
Parameters
Returns