Class: EntityTameMountComponent
Contains options for taming a rideable entity based on the entity that mounts it.
Extends
Constructors
new EntityTameMountComponent()
private
new EntityTameMountComponent():EntityTameMountComponent
Returns
Overrides
Properties
entity
Beta
readonly
entity:Entity
Remarks
The entity that owns this component. The entity will be undefined if it has been removed.
Inherited from
isTamed
Beta
readonly
isTamed:boolean
Throws
This property can throw when used.
isTamedToPlayer
Beta
readonly
isTamedToPlayer:boolean
Throws
This property can throw when used.
tamedToPlayer?
Beta
optional
readonly
tamedToPlayer:Player
Throws
This property can throw when used.
tamedToPlayerId?
Beta
optional
readonly
tamedToPlayerId:string
Throws
This property can throw when used.