Tile - YAnimators - Get Controller Parameter – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Get Controller Parameter(Object, Variable) ==
[[File:YlandsTile-1022.png]]
<pre>static getControllerParameterVariable(obj: YEntity | YLogic | YGroup, variableName: String): any;</pre>
=== Parameters ===
==== obj ====
Target object with controller.
==== variableName ====
Target Controller parameter variable
=== Returns ===
'''any'''
=== Description ===
Returns the value of selected paramater of target object.




Line 6: Line 31:


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

Revision as of 09:53, 8 July 2021

Get Controller Parameter(Object, Variable)

YlandsTile-1022.png

static getControllerParameterVariable(obj: YEntity | YLogic | YGroup, variableName: String): any;

Parameters

obj

Target object with controller.

variableName

Target Controller parameter variable

Returns

any

Description

Returns the value of selected paramater of target object.