Tile - YEnergy - Is Energy Port Connected – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[[Image:{{FULLPAGENAME}}.png]]
<!---
*Returns '''whenever''' a selected '''port''' is connected to '''power''' grid.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Is Energy Port Connected(Entity, Port) ==


=Notes=
[[File:YlandsTile-341.png]]
*Energy ports are numbered from 0, e.g: ports of entity with 3 ports are numbered 0, 1, 2
 
<pre>static isEnergyPortConnected(entity: YEntity, port: number): boolean;</pre>
=== Parameters ===
 
==== entity ====
 
==== port ====
 
=== Returns ===
 
'''boolean'''
 
=== Description ===
 
Returns whether the selected '''port''' is connected to the '''power''' grid.
 
=== Notes ===
 
* Energy ports are numbered from 0, e.g: ports of entity with 3 ports are numbered 0, 1, 2.




Line 11: Line 31:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.12]]

Revision as of 09:52, 8 July 2021

Is Energy Port Connected(Entity, Port)

YlandsTile-341.png

static isEnergyPortConnected(entity: YEntity, port: number): boolean;

Parameters

entity

port

Returns

boolean

Description

Returns whether the selected port is connected to the power grid.

Notes

  • Energy ports are numbered from 0, e.g: ports of entity with 3 ports are numbered 0, 1, 2.