wiki: use script post fired event for hiding wiki banner

This commit is contained in:
Adam
2020-12-18 16:40:46 -05:00
parent ecbcd1b9cc
commit 1d5df7b475
2 changed files with 12 additions and 4 deletions

View File

@@ -320,4 +320,10 @@ public final class ScriptID
*/
@ScriptArguments(integer = 7)
public static final int SETTINGS_SLIDER_CHOOSE_ONOP = 3885;
/**
* Position and size the wiki button, as well as hide/unhide it
*/
@ScriptArguments(integer = 4)
public static final int WIKI_ICON_UPDATE = 3306;
}