add_button

Adds a button to one of the main cherax child windows. The name can be obtained by right clicking on the child.

void add_button(string childWindow, string name, function() callback)

void add_button(string childWindow, string name, string tooltip, function() callback)

Last updated