Tile - YController - Get Custom Key Action State – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
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.
-->
== Get Custom Key Action State(Controller, Action) ==
[[File:YlandsTile-973.png]]
<pre>getCustomKeyActionState(action: number): boolean;</pre>
=== Parameters ===
==== action ====
=== Returns ===
'''boolean'''
=== Availability ===
[[Ylands:Tile Availability - Custom Controller|Custom Controller]]
=== Description ===
Returns whenever selected '''Custom key action''' is triggered.
=== Notes ===
* Appropriate '''Custom controls''' must be linked to the '''Controller'''.




----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.6]]

Latest revision as of 15:27, 24 November 2023

Get Custom Key Action State(Controller, Action)

YlandsTile-973.png

getCustomKeyActionState(action: number): boolean;

Parameters

action

Returns

boolean

Availability

Custom Controller

Description

Returns whenever selected Custom key action is triggered.

Notes

  • Appropriate Custom controls must be linked to the Controller.