Background for Skyrim SE
Member of the Game script
voidfunctionSetHudCartMode(boolabSetCartMode=true)NativeGlobal

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.