Mechanic
setInteractionSize
Sets the interaction hitbox size
Aliases
interactionSize
Configuration Fields (2)
| Name | Type | Default | Description |
|---|---|---|---|
| height h | PlaceholderFloat | — | Sets the interaction height |
| width w | PlaceholderFloat | — | Sets 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
