Description
Wiki Description
Sets or clears "cart mode" for the HUD.
Documentation Comment
Sets or clears "cart mode" for the HUD
Caveats
CK Wiki - Notes
If you disable movement (via Game.DisablePlayerControls(...)) while the hud is in "cart mode" then the "cart mode" will be lost until you re-enable movement again.
Parameters
boolabSetCartMode=true
CK Wiki Description
Specifies whether to set or clear cart mode.
- Default:True
Examples
; Put the HUD into cart mode
Game.SetHudCartMode(); Go back to "normal" HUD mode
Game.SetHudCartMode(false)Auto-Generated Example
bool myBool__abSetCartMode
Game.SetHudCartMode(myBool__abSetCartMode)