Not logged inOpenClonk Forum
Up Topic Script Menus - Preliminary Documentation

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Zapper

>I'd go with GuiXYZ, without the underscore as we don't have this style anywhere else.


sounds sensible

GuiSetTag is a normal function that you call to update an UI. GuiAction_ are those things that you put into the menu definition: OnMouseIn = GuiAction_SetTag("Hover")
I guess I will rename all functions that do something with existin GUIs to start with GuiUpdate (f.e. GuiUpdateTag).

The text updating function is just a wrapper for the normal one, that updates the Text property (because that's a common task)

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill