Mechanic

setInteractionSize

Sets the interaction hitbox size

Aliases

interactionSize

Configuration Fields (2)

NameTypeDefaultDescription
height
h
PlaceholderFloatSets the interaction height
width
w
PlaceholderFloatSets the interaction width

Examples & Notes

Examples

The following would set the size of the casting interaction entity to a 2x3 when right clicked

ExampleInteractionEntity:
  Type: INTERACTION
  Skills:
  - setInteractionSize{height=2;width=3} @self ~onInteract

Universal Mechanic Options

Community-maintained documentation for the Mythic plugin ecosystem.