Tile - YEntity - Wash Color – 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 55: Line 55:
----
----
{{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

Wash Color(Entity, Instigator, Color id, Position)

YlandsTile-1132.png

washColor(instigator: YCharacter, colorId: number, position: YVector3): void;

Parameters

instigator

Instigator entity

colorId

Target color channel ID

position

Particle effect position

Availability

Server

Description

Allows to revert selected color channel of target object, with paint splash effect.

Wash Color(Entity, Instigator, Position)

YlandsTile-1133.png

washColor(instigator: YCharacter, position: YVector3): void;

Parameters

instigator

Instigator entity

position

Particle effect position

Availability

Server

Description

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