Skip to content

MovementManager ยป Mount

Namespace: Mayo.Manager.Movement
Denpendies: GC.MM


async Task<bool> MountAsync()

Requires a mount specified in the profile.
Returns true on success.


async Task DismountAsync()

async Task<bool> MountVendorMountAsync()

Requires a vendor mount specified in the profile.
Returns true on success.


async Task DismountVendorMountAsync()

bool Mount()

void Dismount()

bool MountVendorMount()

void DismountVendorMount()