add_input_float
Adds a float input field to one of the main cherax child windows. The name can be obtained by right clicking on the child.
void add_input_float(string childWindow, string name, float startValue, float minValue, float maxValue, function callback)
void add_input_float(string childWindow, string name, float startValue, float minValue, float maxValue, float step, function callback)
Last updated