add_toggle
Adds a toggle to one of the main cherax child windows. The name can be obtained by right clicking on the child.
void add_toggle(string childWindow, string name, function(bool) callback)
void add_toggle(string childWindow, string name, string tooltip, function(bool) callback)
Last updated