Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onGuiRCListAddButtonPressed(obj#0)
{
    <temp.title>#8 = <obj.parent.text>#7;
    fn_call#12 = getTextTypeByTitle(<temp.title>#8);
    <temp.texttype>#13 = fn_call#12;
    if (<temp.texttype>#13 == "npc") 
    {
        fn_call#17 = this.queueRequest("nextdbnpcid", "");
    }
    else
    {
        if (<temp.texttype>#13 in {"weapon", "class"}) 
        {
            fn_call#19 = showAddScript(<temp.texttype>#13, "");
        }
    }
    return 0;
}