hud.setFieldSide 4
Moves a HUD field to the right-hand end of the top bar instead of the left. Handy to keep your own numbers on your side and the enemy's under their flag.
Return value
| Return Type | Description |
|---|---|
| void | This function doesn't return anything |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | string | The id of the field, the same one used when it was created. |
| 2 | void | True to move it to the right-hand end, false to bring it back to the left. |
Examples
No examples available.
