For the complete documentation index, see llms.txt. This page is also available as Markdown.

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