MMOMinion

Full Version: GameHacks class documentation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I find the GameHacks class documentation/definition?

e.g.
Code:
if ( gRadar == "0") then GameHacks:SetRadarSettings("gRadar",false) else GameHacks:SetRadarSettings("gRadar",true) end
    if ( g2dRadar == "0") then GameHacks:SetRadarSettings("g2dRadar",false) else GameHacks:SetRadarSettings("g2dRadar",true) end
    if ( g3dRadar == "0") then GameHacks:SetRadarSettings("g3dRadar",false) else GameHacks:SetRadarSettings("g3dRadar",true) end
    if ( g2dRadarFullScreen == "0") then GameHacks:SetRadarSettings("g2dRadarFullScreen",false) else GameHacks:SetRadarSettings("g2dRadarFullScreen",true) end
    if ( gRadarShowNode == "0") then GameHacks:SetRadarSettings("gRadarShowNode",false) else GameHacks:SetRadarSettings("gRadarShowNode",true) end
    if ( gRadarShowPlayers == "0") then GameHacks:SetRadarSettings("gRadarShowPlayers",false) else GameHacks:SetRadarSettings("gRadarShowPlayers",true) end
    if ( gRadarShowBattleNPCs == "0") then GameHacks:SetRadarSettings("gRadarShowBattleNPCs",false) else GameHacks:SetRadarSettings("gRadarShowBattleNPCs",true) end
    if ( gRadarShowEventNPCs == "0") then GameHacks:SetRadarSettings("gRadarShowEventNPCs",false) else GameHacks:SetRadarSettings("gRadarShowEventNPCs",true) end
    if ( gRadarShowEventObjs == "0") then GameHacks:SetRadarSettings("gRadarShowEventObjs",false) else GameHacks:SetRadarSettings("gRadarShowEventObjs",true) end
    if ( gRadarShowAetherytes == "0") then GameHacks:SetRadarSettings("gRadarShowAetherytes",false) else GameHacks:SetRadarSettings("gRadarShowAetherytes",true) end
    if ( gRadarSpecialTargets ~= nil and gRadarSpecialTargets ~= "" ) then GameHacks:SetRadarSettings("gRadarSpecialTargetList", tostring(gRadarSpecialTargets)) end
    if ( tonumber(gRadarX) ~= nil) then GameHacks:SetRadarSettings("gRadarX",tonumber(gRadarX)) end
    if ( tonumber(gRadarY) ~= nil) then GameHacks:SetRadarSettings("gRadarY",tonumber(gRadarY)) end