Tile - YCharacter - Can Fly – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Can Fly == | |||
[[File:YlandsTile-186-get.png]] | |||
[[File:YlandsTile-186-set.png]] | |||
<pre>get forcedCanFly(): YForcedBool; | |||
set forcedCanFly(value: YForcedBool);</pre> | |||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Allows to '''get''' / '''set''' whenever a character has the '''flying ability'''. '''Force''' true / false will '''override''' current flight '''state'''. '''Default''' will '''return''' the state '''before''' this instruction was '''used'''. So if player had flight granted by a potion, he will retain it. | |||
== Can Fly == | |||
<pre>get canFly(): boolean;</pre> | |||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:24, 24 November 2023
Can Fly
get forcedCanFly(): YForcedBool; set forcedCanFly(value: YForcedBool);
Availability
Description
Allows to get / set whenever a character has the flying ability. Force true / false will override current flight state. Default will return the state before this instruction was used. So if player had flight granted by a potion, he will retain it.
Can Fly
get canFly(): boolean;
Availability