Function; ShowBackground - HWRM/KarosGraveyard GitHub Wiki

ShowBackground(<iFlag>)

Description

Turns the background on and off.

Example

In autoexec.lua, add the following:

function TurnBackGroundOff()
    ShowBackground(0)
    Rule_Remove("TurnBackgroundOff")
end
Rule_AddInterval("TurnBackgroundOff",5)

Arguments

<iFlag>: 0 = background off, 1 = background on

Notes

only works in autoexec.lua

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

⚠️ **GitHub.com Fallback** ⚠️