Rotate Active Group/Part (Effect) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Effect · Since: 3.4.3

Syntax

deu rotate [world] (x|y|z) of %activegroup/activepart% by %number%

Description

Update the axis rotation of an active group/part, in degrees. This only applies to display entity parts and display entities in groups

Examples

deu rotate y of {_activegroup} by 45

deu rotate z of {_activepart} by 20
deu rotate world y of {_activepart} by 90

View source