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
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abSetCartMode
Game.SetHudCartMode(myBool__abSetCartMode)