i create an OpenPlanet addon for another Player. I do not see what i have to do, to set a category.

What i have to do?
edit:
How to activate the CloseButton in the TitleBar of a UI Window?
Code: Select all
#category "Something"
Code: Select all
bool windowIsVisible = false;
void Render()
{
if (!windowIsVisible) {
return;
}
UI::Begin("My window", windowIsVisible);
// ...
UI::End();
}
Users browsing this forum: No registered users and 1 guest