IMountingFacility

Documents the IMountingFacility class and its function.

triangle-exclamation

Invoking IMountingFacility

To invoke the mounting facility, use the following Global function:

mf = Game.IMountingFacility()

Sub-functions

GetMountingInfoMultipleWithIds

GetMountingInfoMultipleWithIds(optional child : EntityID, optional parent : EntityID, optional slotId : MountingSlotId) : array:MountingInfo;

GetMountingInfoMultipleWithObjects

GetMountingInfoMultipleWithObjects(optional child : ref:GameObject, optional parent : ref:GameObject, optional slotId : MountingSlotId) : array:MountingInfo;

GetMountingInfoSingleWithIds

GetMountingInfoSingleWithIds(optional child : EntityID, optional parent : EntityID, optional slotId : MountingSlotId) : MountingInfo;

GetMountingInfoSingleWithObjects

InfoHasChild

InfoHasParent

InfoIsComplete

Mount

RelationshipGetOtherObject

SlotIsValid

Unmount

Last updated