List pick component 
Allows user to select 1 entry from a list
Vars | |
failure | Either it was canceld or out of range |
---|---|
input_list | The list that will be shown to the user |
input_name | Name passed onto the TGUI(gives the UI a name) |
list_options | The data type of the input_list |
output | What was picked from input_list |
success | A value was picked |
user | The user to show the list too |
Procs | |
show_list | Show a list of options to the user using standed TGUI input list |
Var Details
failure 
Either it was canceld or out of range
input_list 
The list that will be shown to the user
input_name 
Name passed onto the TGUI(gives the UI a name)
list_options 
The data type of the input_list
output 
What was picked from input_list
success 
A value was picked
user 
The user to show the list too
Proc Details
show_list
Show a list of options to the user using standed TGUI input list