Class MapBehavior
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 MapBehavior : GenericMapPlaceable, IMetaClass
Properties
| Improve this Doc View SourceActions
Declaration
public MetaContainer<MapAction> Actions { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MapAction> |
CooldownInSec
Declaration
public float CooldownInSec { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Cue
Declaration
public string Cue { get; set; }
Property Value
Type | Description |
---|---|
System.String |