Class ElementData
Represents an item of Lua element data
Assembly: SlipeServer.Server.dll
Syntax
Constructors
|
Edit this page
View Source
ElementData(string, LuaValue, DataSyncType)
Declaration
public ElementData(string key, LuaValue value, DataSyncType syncType)
Parameters
Properties
|
Edit this page
View Source
Key
Declaration
public string Key { get; set; }
Property Value
|
Edit this page
View Source
SyncType
Declaration
public DataSyncType SyncType { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
public LuaValue Value { get; set; }
Property Value