Search Results for

    Show / Hide Table of Contents

    Class ObjectManagerExport

    Inheritance
    System.Object
    ObjectManagerExport
    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: Oasys.Common
    Assembly: Oasys.Common.dll
    Syntax
    public class ObjectManagerExport

    Fields

    CollectedNativeMissiles

    Declaration
    public static Storage<uint, AIMissileClient> CollectedNativeMissiles
    Field Value
    Type Description
    Storage<System.UInt32, AIMissileClient>

    CollectedNativeObjects

    Declaration
    public static Storage<int, AIBaseClient> CollectedNativeObjects
    Field Value
    Type Description
    Storage<System.Int32, AIBaseClient>

    HeroCollection

    Declaration
    public static Storage<int, Hero> HeroCollection
    Field Value
    Type Description
    Storage<System.Int32, Hero>

    InhibCollection

    Declaration
    public static Storage<int, Inhibitor> InhibCollection
    Field Value
    Type Description
    Storage<System.Int32, Inhibitor>

    JungleObjectCollection

    Declaration
    public static Storage<int, JungleMob> JungleObjectCollection
    Field Value
    Type Description
    Storage<System.Int32, JungleMob>

    LocalPlayer

    Declaration
    public static Hero LocalPlayer
    Field Value
    Type Description
    Hero

    MinionCollection

    Declaration
    public static Storage<int, Minion> MinionCollection
    Field Value
    Type Description
    Storage<System.Int32, Minion>

    NexusCollection

    Declaration
    public static Storage<int, Nexus> NexusCollection
    Field Value
    Type Description
    Storage<System.Int32, Nexus>

    PlacementCollection

    Declaration
    public static Storage<int, AIPlacementClient> PlacementCollection
    Field Value
    Type Description
    Storage<System.Int32, AIPlacementClient>

    TurretCollection

    Declaration
    public static Storage<int, Turret> TurretCollection
    Field Value
    Type Description
    Storage<System.Int32, Turret>

    Extension Methods

    Extensions.In<T>(T, T[])
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾