|
Mechanic: SetProjectileBulletModel
|
|
## Description
|
|
--------------------------
|
|
|
|
Sets the projectile's model number. (DISPLAY bullet types only)
|
|
Sets the projectile's model number. (DISPLAY bullet types only)
|
|
|
|
|
|
**Attributes**
|
|
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
## Attributes
|
|
| --------- | ----- | ----------- |
|
|
| Attribute | Aliases | Description | Default |
|
|
| model | | The model to set the projectile to |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| model | | The model to set the projectile to | |
|
|
|
|
|
|
Examples
|
|
## Examples
|
|
--------
|
|
|
|
This example would set the projectile bullet model number to 1234.
|
|
This example would set the projectile bullet model number to 1234.
|
|
```yaml
|
|
```yaml
|
|
- setProjectileBulletModel{model=1234}
|
|
Skills:
|
|
|
|
- setProjectileBulletModel{model=1234}
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |