Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onGuiRCButtonPressed(button#0)
{
    if (<button.action>#2 != null) 
    {
        fn_call#5 = button.hasfunction("action");
        if (fn_call#5) 
        {
            fn_call#6 = button.action();
        }
        else
        {
            fn_call#10 = this.queueRequest(<button.action>#2, "");
        }
    }
    return 0;
}