Class ElementDataChangedArgs
Inheritance
ElementDataChangedArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class ElementDataChangedArgs : EventArgs
Constructors
|
Edit this page
View Source
ElementDataChangedArgs(string, LuaValue, LuaValue?, DataSyncType)
Declaration
public ElementDataChangedArgs(string key, LuaValue newValue, LuaValue? oldValue = null, DataSyncType syncType = DataSyncType.Local)
Parameters
Properties
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
NewValue
Declaration
public LuaValue NewValue { get; }
Property Value
|
Edit this page
View Source
OldValue
Declaration
public LuaValue? OldValue { get; }
Property Value
|
Edit this page
View Source
SyncType
Declaration
public DataSyncType SyncType { get; }
Property Value