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()
Assembly: Oasys.Common.dll
Syntax
public class ObjectManagerExport
Fields
CollectedNativeMissiles
Declaration
public static Storage<uint, AIMissileClient> CollectedNativeMissiles
Field Value
CollectedNativeObjects
Declaration
public static Storage<int, AIBaseClient> CollectedNativeObjects
Field Value
HeroCollection
Declaration
public static Storage<int, Hero> HeroCollection
Field Value
InhibCollection
Declaration
public static Storage<int, Inhibitor> InhibCollection
Field Value
JungleObjectCollection
Declaration
public static Storage<int, JungleMob> JungleObjectCollection
Field Value
LocalPlayer
Declaration
public static Hero LocalPlayer
Field Value
MinionCollection
Declaration
public static Storage<int, Minion> MinionCollection
Field Value
NexusCollection
Declaration
public static Storage<int, Nexus> NexusCollection
Field Value
PlacementCollection
Declaration
public static Storage<int, AIPlacementClient> PlacementCollection
Field Value
TurretCollection
Declaration
public static Storage<int, Turret> TurretCollection
Field Value
Extension Methods