Using Parts (Group Entities)

active parts are every individual entity in an active group

Parts come in 5 entity types

  • BLOCK (Block Display)

  • ITEM (Item Display)

  • TEXT (Text Display)

  • INTERACTION (Interaction Entity)

  • MANNEQUIN (Mannequin Entity)

Getting Parts

#Parts from a Group
set {_parts::*} to {_activegroup}'s parts

#Parts from a Part Filter (See next page)
set {_parts::*} to {_partfilter}'s parts

#Get the master/parent part of a group
set {_masterpart} to {_activegroup}'s master part

Getting/Adding/Removing Part Tags

Get Model Location of Display Part/Entity

Get the location where the block/item/text render of a display is, with translation, pitch, yaw and rotation taken into account.

Block Display Part Data

Item Display Part Data

Text Display Part Data Change

Interaction Part Data

Last updated