|
Mechanic: Push Button
|
|
===============
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
## Description:
|
|
Pushes a button at the supplied coordinates.
|
|
Pushes a button at the supplied coordinates.
|
|
|
|
|
|
Attributes
|
|
## Attributes:
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases| Description | Default Value |
|
|
| Attribute | Aliases| Description | Default Value |
|
|
|-----------|--------|--------------------------------------------|---------------|
|
|
|-----------|--------|--------------------------------------------|---------------|
|
... | @@ -12,12 +11,9 @@ Attributes |
... | @@ -12,12 +11,9 @@ Attributes |
|
| y | | The Y coordinate of the button. | 0 |
|
|
| y | | The Y coordinate of the button. | 0 |
|
|
| z | | The Z coordinate of the button. | 0 |
|
|
| z | | The Z coordinate of the button. | 0 |
|
|
|
|
|
|
|
|
## Examples:
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
```yaml
|
|
```yaml
|
|
HitSecretButton:
|
|
HitSecretButton:
|
|
Skills:
|
|
Skills:
|
|
- pushbutton{x=15;y=67;z=-213}
|
|
- pushbutton{x=15;y=67;z=-213}
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |