Modding Help How to get the string which was entered with textbox

Discussion in 'Starbound Modding' started by YounYokel, Jun 19, 2019.

  1. YounYokel

    YounYokel Space Spelunker

    Hello, I need to get the string which was entered in textbox type of GUI config file:
    Code:
    {
        "gui" :{
            "null" : {
                "type" : "textbox",
                "border" : true
            }
        }
    }
    
    Is this possible?
     

Share This Page