Show / Hide Table of Contents

Class ElementData

Represents an item of Lua element data

Inheritance
object
ElementData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Concepts
Assembly: SlipeServer.Server.dll
Syntax
public class ElementData

Constructors

| Edit this page View Source

ElementData(string, LuaValue, DataSyncType)

Declaration
public ElementData(string key, LuaValue value, DataSyncType syncType)
Parameters
Type Name Description
string key
LuaValue value
DataSyncType syncType

Properties

| Edit this page View Source

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
string
| Edit this page View Source

SyncType

Declaration
public DataSyncType SyncType { get; set; }
Property Value
Type Description
DataSyncType
| Edit this page View Source

Value

Declaration
public LuaValue Value { get; set; }
Property Value
Type Description
LuaValue
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX