Tile - YCharacter - Controlled Entity – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
<pre>get controlledEntity(): YEntity; | <pre>get controlledEntity(): YEntity; | ||
set controlledEntity(value: YEntity);</pre> | set controlledEntity(value: YEntity);</pre> | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === | ||
Revision as of 11:16, 12 November 2021
Controlled Entity
get controlledEntity(): YEntity; set controlledEntity(value: YEntity);
Availability
Description
Allows to get / set entity which is currently controlled by the character, i.e vehicle, ship, horse.
Notes
- Setting controlled entity to "none" will disembark character from currently controlled entity.