League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class CreateNeutralCamp

    Inheritance
    System.Object
    Class0x38a7f9b3
    IScriptBlock
    LevelScriptBlock
    CreateNeutralCamp
    Implements
    IMetaClass
    Inherited Members
    Class0x38a7f9b3.IsDisabled
    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 CreateNeutralCamp : LevelScriptBlock, IMetaClass

    Properties

    | Improve this Doc View Source

    CampLevel

    Declaration
    public ushort CampLevel { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    FacingLocation

    Declaration
    public IVectorGet FacingLocation { get; set; }
    Property Value
    Type Description
    IVectorGet
    | Improve this Doc View Source

    InitialSpawnTime

    Declaration
    public IFloatGet InitialSpawnTime { get; set; }
    Property Value
    Type Description
    IFloatGet
    | Improve this Doc View Source

    LeashRadius

    Declaration
    public IFloatGet LeashRadius { get; set; }
    Property Value
    Type Description
    IFloatGet
    | Improve this Doc View Source

    Location

    Declaration
    public IVectorGet Location { get; set; }
    Property Value
    Type Description
    IVectorGet
    | Improve this Doc View Source

    m1983113167

    Declaration
    public IVectorGet m1983113167 { get; set; }
    Property Value
    Type Description
    IVectorGet
    | Improve this Doc View Source

    m2099752831

    Declaration
    public bool m2099752831 { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    m2595349149

    Declaration
    public IBoolGet m2595349149 { get; set; }
    Property Value
    Type Description
    IBoolGet
    | Improve this Doc View Source

    MaxSpawnLimit

    Declaration
    public IIntGet MaxSpawnLimit { get; set; }
    Property Value
    Type Description
    IIntGet
    | Improve this Doc View Source

    MinimapIcon

    Declaration
    public string MinimapIcon { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MinimapIconOffset

    Declaration
    public IVectorGet MinimapIconOffset { get; set; }
    Property Value
    Type Description
    IVectorGet
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OutCampId

    Declaration
    public MetaEmbedded<IntTableSet> OutCampId { get; set; }
    Property Value
    Type Description
    MetaEmbedded<IntTableSet>
    | Improve this Doc View Source

    RespawnDelaySecs

    Declaration
    public IFloatGet RespawnDelaySecs { get; set; }
    Property Value
    Type Description
    IFloatGet
    | Improve this Doc View Source

    RevealEvent

    Declaration
    public ushort RevealEvent { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    ScoreboardTimer

    Declaration
    public ushort ScoreboardTimer { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    SpawnBehavior

    Declaration
    public INeutralCampSpawnBehavior SpawnBehavior { get; set; }
    Property Value
    Type Description
    INeutralCampSpawnBehavior
    | Improve this Doc View Source

    SpawnDurationSecs

    Declaration
    public IFloatGet SpawnDurationSecs { get; set; }
    Property Value
    Type Description
    IFloatGet
    | Improve this Doc View Source

    StopSpawnTimeSecs

    Declaration
    public IFloatGet StopSpawnTimeSecs { get; set; }
    Property Value
    Type Description
    IFloatGet
    | Improve this Doc View Source

    Team

    Declaration
    public uint Team { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass