Tile - YAnimators - Set Rotation Animator – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Ylands scripting navbox}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} Category: Instructions Category: Ylands 0.13")
 
No edit summary
(5 intermediate revisions by 3 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.
-->
== Set Rotation Animator(Object, Rotation animator, Time offset) ==
[[File:YlandsTile-601.png]]
<pre>static setRotationAnimator(obj: YEntity | YLogic | YGroup, rotationAnimator: YRotationAnimator, timeOffset: number): void;</pre>
=== Parameters ===
==== obj ====
Target object
==== rotationAnimator ====
New animator
==== timeOffset ====
Animator movement offset (seconds)
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]
=== Description ===
Allows to assign ''rotation animator'' to selected object.




----
----
{{Ylands scripting navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.13]]

Revision as of 12:16, 12 November 2021

Set Rotation Animator(Object, Rotation animator, Time offset)

YlandsTile-601.png

static setRotationAnimator(obj: YEntity | YLogic | YGroup, rotationAnimator: YRotationAnimator, timeOffset: number): void;

Parameters

obj

Target object

rotationAnimator

New animator

timeOffset

Animator movement offset (seconds)

Availability

Server

Description

Allows to assign rotation animator to selected object.