Class LuaTable
Implements
Inherited Members
Namespace: SlipeServer.Packets.Definitions.Lua
Assembly: SlipeServer.Packets.dll
Syntax
public class LuaTable : Dictionary<LuaValue, LuaValue>, IDictionary<LuaValue, LuaValue>, ICollection<KeyValuePair<LuaValue, LuaValue>>, IReadOnlyDictionary<LuaValue, LuaValue>, IReadOnlyCollection<KeyValuePair<LuaValue, LuaValue>>, IEnumerable<KeyValuePair<LuaValue, LuaValue>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Constructors
| Edit this page View SourceLuaTable(params LuaValue[])
Declaration
public LuaTable(params LuaValue[] luaValues)
Parameters
Type | Name | Description |
---|---|---|
LuaValue[] | luaValues |
Properties
| Edit this page View SourceIsSequential
Declaration
public bool IsSequential { get; }
Property Value
Type | Description |
---|---|
bool |