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

Search Results for

    Class ObjectiveCampDefinition

    Inheritance
    System.Object
    ObjectiveCampDefinition
    Implements
    IMetaClass
    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 ObjectiveCampDefinition : IMetaClass

    Properties

    | Improve this Doc View Source

    ObjectiveCampName

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

    VfxAlignmentGive

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

    VfxAlignmentTake

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

    VfxCollapsedToExpanded

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

    VfxExpandedToCollapsed

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

    VfxNoneToCollapsed

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

    VfxNoneToExpanded

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

    VfxPortraitLooping

    Declaration
    public MetaHash VfxPortraitLooping { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass