PauseMenuSetBusySpinner
DocsPauseMenuSetBusySpinner(bVisible, iColumnID, iSpinnerIndex)Description
Sets a loading icon in the pause menu.
Parameters
| Name | Type | Description |
|---|---|---|
bVisible | BOOL | Sets or removes this spinner. |
iColumnID | int | Location of this spinner (0 - 17). Indexes can be found in `common:\data\ui\frontend.xml`, `PauseMenu\PersistentData\Spinner\Offsets`. If `bVisible` is `false`, this will be ignored. |
iSpinnerIndex | int | Index of this spinner. Can have a maximum of three spinners at a time. |
Returns
voidThis native does not return a value.