Function; ShowInfo - HWRM/KarosGraveyard GitHub Wiki

ShowInfo(<iFlag>)

Description

Turns a debug display on. Mostly obsure data to the untrained eye, but it does show FPS. :)

Example

In autoexec.lua, add the following:

function TurnInfoOn()
    ShowInfo(1)
    Rule_Remove("TurnInfoOn")
end
Rule_AddInterval("TurnInfoOn",5)

Arguments

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

Notes

Can only be used in the autoexec.lua

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

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