IMountingFacility class
game.mounting.IMountingFacility
Inheritance
Base: game.IGameSystem
Derived
game.mounting.MountingFacility
Properties
None.
Functions
game.mounting.MountingInfo GetMountingInfoSingleWithObjects(game.Object? child, game.Object? parent, game.mounting.MountingSlotId? slotId)RTTIgame.mounting.MountingInfo GetMountingInfoSingleWithIds(ent.EntityID? child, ent.EntityID? parent, game.mounting.MountingSlotId? slotId)RTTIgame.mounting.MountingInfo[] GetMountingInfoMultipleWithObjects(game.Object? child, game.Object? parent, game.mounting.MountingSlotId? slotId)RTTIgame.mounting.MountingInfo[] GetMountingInfoMultipleWithIds(ent.EntityID? child, ent.EntityID? parent, game.mounting.MountingSlotId? slotId)RTTIbool IsMountedToAnything(ent.EntityID child)RTTIvoid Mount(game.mounting.MountingRequest mountEvent)RTTIvoid Unmount(game.mounting.UnmountingRequest unmountEvent)RTTIstatic bool InfoHasParent(game.mounting.MountingInfo info)staticRTTIstatic bool InfoHasChild(game.mounting.MountingInfo info)staticRTTIstatic bool InfoIsComplete(game.mounting.MountingInfo info)staticRTTIstatic bool SlotIsValid(game.mounting.MountingSlotId slotId)staticRTTIstatic WeakHandle<game.Object> RelationshipGetOtherObject(game.mounting.MountingRelationship relationship)staticRTTI