|
|
Mechanic: SetProjectileBulletModel
|
|
|
--------------------------
|
|
|
Sets the given metakill's cooldown to the given value (in seconds)
|
|
|
|
|
|
**Attributes**
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
| --------- | ----- | ----------- |
|
|
|
| model | | The model to set the projectile to |
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
this example would set the cooldown of the metaskill *test_skill* to 10 seconds for the caster
|
|
|
```yaml
|
|
|
- setProjectileBulletModel{model=1234}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |