Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function ScriptedRCRightsTabSelect.onSelect(<temp.id>#2)
{
    if (<temp.id>#2 == 0) 
    {
        <ScriptedRCRightsPane.visible>#6 = true;
        <ScriptedRCRightsScroll.visible>#9 = false;
    }
    if (<temp.id>#2 == 1) 
    {
        <ScriptedRCRightsPane.visible>#10 = false;
        <ScriptedRCRightsScroll.visible>#11 = true;
    }
    return 0;
}