Character.overrideRenderableList
Overrides a non player character's third person renderable list with a new list of renderables. Will trigger a rebuild of the character's graphics.
Kind: Function
Environments: Game
Game
character:overrideRenderableList( renderables )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
character |
Character | The character. |
renderables |
table | An array of renderable file paths to override with. |