Class LevelControlScript
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class LevelControlScript : Rscript, IMetaClass
Properties
| Improve this Doc View SourceFunctions
Declaration
public Dictionary<MetaHash, MetaEmbedded<ScriptFunction>> Functions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<ScriptFunction>> |
Guid
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sequences
Declaration
public Dictionary<MetaHash, MetaEmbedded<RootScriptSequence>> Sequences { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<RootScriptSequence>> |