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

Search Results for

    Class PlaybookViewController

    Inheritance
    System.Object
    ViewController
    PlaybookViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 PlaybookViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    AugmentItemData

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

    AugmentPanelData

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

    BackButton

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

    BaseLoadable

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

    CloseButton

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

    DetailsButton

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

    EquipButton

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

    GridButtonData

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

    GridItemButton

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

    HelpButton

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

    InfoPanel

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

    ItemListPanelData

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

    PlaybookHelpViewController

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

    Scene

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

    SelectionScene

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

    SoundOnActivate

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

    SoundOnDeActivate

    Declaration
    public string SoundOnDeActivate { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass