- radio(String, List<String>) - Method in class com.krab.lazy.LazyGui
-
Gets the currently selected string from a list of options in a gui control element.
- radio(String, List<String>, String) - Method in class com.krab.lazy.LazyGui
-
Gets the currently selected string from a list of options in a gui control element.
- radio(String, String[]) - Method in class com.krab.lazy.LazyGui
-
Gets the currently selected string from an array of options in a gui control element.
- radio(String, String[], String) - Method in class com.krab.lazy.LazyGui
-
Gets the currently selected string from an array of options in a gui control element.
- radioSet(String, String) - Method in class com.krab.lazy.LazyGui
-
Sets the radio element value to a given parameter.
- radioSetOptions(String, List<String>) - Method in class com.krab.lazy.LazyGui
-
Sets the radio options to a given list of strings, overwriting any existing list.
- radioSetOptions(String, String[]) - Method in class com.krab.lazy.LazyGui
-
Sets the radio options to a given array of strings, overwriting any existing list.
- released - Variable in class com.krab.lazy.KeyState
-
True for one frame after the button is released up from its active position into the idle position.