Tile - YEntity - Is – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Is(Entity, Class) == | |||
[[File:YlandsTile-204.png]] | |||
<pre>is(klass: YTag): boolean;</pre> | |||
=== Parameters === | |||
==== class ==== | |||
Entity class to test | |||
=== Returns === | |||
'''boolean''' Returns whether the selected '''entity is''' of certain '''class''', e.g workstation. | |||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Returns whether the selected '''entity is''' of certain '''class''', e.g workstation. | |||
== Is(Entity, Type) == | |||
[[File:YlandsTile-633.png]] | |||
<pre>isType(type: YEntityType): boolean;</pre> | |||
=== Parameters === | |||
==== type ==== | |||
Entity type to test | |||
=== Returns === | |||
'''boolean''' | |||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Returns whether target entity type matches selected type. | |||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:27, 24 November 2023
Is(Entity, Class)
is(klass: YTag): boolean;
Parameters
class
Entity class to test
Returns
boolean Returns whether the selected entity is of certain class, e.g workstation.
Availability
Description
Returns whether the selected entity is of certain class, e.g workstation.
Is(Entity, Type)
isType(type: YEntityType): boolean;
Parameters
type
Entity type to test
Returns
boolean
Availability
Description
Returns whether target entity type matches selected type.