Table of Contents

Class MountableUtil

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public static class MountableUtil
Inheritance
MountableUtil
Inherited Members

Methods

GetSeatOfMountedEntity(IMountable, Entity)

public static IMountableSeat GetSeatOfMountedEntity(this IMountable mountable, Entity entity)

Parameters

mountable IMountable
entity Entity

Returns

IMountableSeat

IsBeingControlled(IMountable)

public static bool IsBeingControlled(this IMountable mountable)

Parameters

mountable IMountable

Returns

bool

IsMountedBy(IMountable, Entity)

public static bool IsMountedBy(this IMountable mountable, Entity entity)

Parameters

mountable IMountable
entity Entity

Returns

bool