Tile - YAnimators - Get Controller Parameter – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Navbox/Ylands}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} Category: Instructions Category: Ylands 1.6")
 
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 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'''
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]
=== Description ===
Returns the value of selected paramater of target object.




----
----
{{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:24, 24 November 2023

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

Availability

Server

Description

Returns the value of selected paramater of target object.