Tile - YEntity - Is – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
Line 51: Line 51:
----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]

Latest revision as of 15:27, 24 November 2023

Is(Entity, Class)

YlandsTile-204.png

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

Client, Server

Description

Returns whether the selected entity is of certain class, e.g workstation.

Is(Entity, Type)

YlandsTile-633.png

isType(type: YEntityType): boolean;

Parameters

type

Entity type to test

Returns

boolean

Availability

Client, Server

Description

Returns whether target entity type matches selected type.