|
|
|
## Description
|
|
|
|
Shows a model to the players, if the model was previously applied on the Modeled Entity by setting the `initrender` attribute to `true`
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Type | Default |
|
|
|
|
|-----------------|--------------------------|--------------------------------------------------------------------------------------------|---------|---------|
|
|
|
|
| modelid | mode, mid, m | The model id to show | String | |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- model{mid=testmodel;initrender=true} @self
|
|
|
|
- [your mechanics here]
|
|
|
|
- renderinit{mid=testmodel} @self
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] rendererinit |
|
|
|
\ No newline at end of file |