Tile - Array - Includes – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Array includes to Ylands:Tile - Array - Includes: New Structure) |
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. | |||
--> | |||
== Includes(Array, Object) == | |||
[[File:YlandsTile-519.png]] | |||
<pre>includes(object: T): boolean;</pre> | |||
=== Parameters === | |||
==== object ==== | |||
=== Returns === | |||
'''boolean''' | |||
=== Description === | |||
This instruction will return '''true''' if the '''object''' is included in the selected '''array'''. | |||
Line 7: | Line 25: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Includes(Array, Object)
includes(object: T): boolean;
Parameters
object
Returns
boolean
Description
This instruction will return true if the object is included in the selected array.