DataType:body

From the wonderful RedGuides Wiki

Contains data about spawn body types


This Data Type is added by core MacroQuest.
body is used as a return type by these members:  [ Toggle ]

Page Member Description
spawn Body Body type. See Body types

Members

Type Member Description
int ID The ID of the body type
string Name The full name of the body type

Examples

  • When a summoned npc is targeted this will return true.

/echo ${Target.Body.Name.Equal[Undead Pet]}

See also