add_input_int
Adds an integer input field to one of the main cherax child windows. The name can be obtained by right clicking on the child.
void add_input_int(string childWindow, string name, int default, int min, int max, int step, int stepfast, function(int) callback)
Last updated