List pick component ![code/modules/wiremod/components/list/list_pick.dm 6](git.png)
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 ![code/modules/wiremod/components/list/list_pick.dm 26](git.png)
Either it was canceld or out of range
input_list ![code/modules/wiremod/components/list/list_pick.dm 15](git.png)
The list that will be shown to the user
input_name ![code/modules/wiremod/components/list/list_pick.dm 19](git.png)
Name passed onto the TGUI(gives the UI a name)
list_options ![code/modules/wiremod/components/list/list_pick.dm 12](git.png)
The data type of the input_list
output ![code/modules/wiremod/components/list/list_pick.dm 22](git.png)
What was picked from input_list
success ![code/modules/wiremod/components/list/list_pick.dm 24](git.png)
A value was picked
user ![code/modules/wiremod/components/list/list_pick.dm 17](git.png)
The user to show the list too
Proc Details
show_list
Show a list of options to the user using standed TGUI input list