Tile - YEntity - Revert Colors – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Revert Colors(Entity) == File:YlandsTile-113...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
Line 45: Line 45:
----
----
{{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

Revert Colors(Entity)

YlandsTile-1130.png

revertColor(): void;

Availability

Server

Description

Reverts all color channels of target object to default color, without paint splash effect.

Revert Colors(Entity, Color 1, Color 2, Color 3)

YlandsTile-494.png

revertColor(color1: boolean, color2: boolean, color3: boolean): void;

Parameters

color1

Whether to revert color channel 1 (boolean)

color2

Whether to revert color channel 2 (boolean)

color3

Whether to revert color channel 3 (boolean)

Availability

Server

Description

Allows to revert selected color channels of the target entity.