1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-30 21:42:10 +00:00

PrestigeNotify in subtabs

This commit is contained in:
Harley White 2021-04-29 18:33:12 -04:00
parent e18f1bdd47
commit 192d36d42a
4 changed files with 20 additions and 4 deletions

View file

@ -50,7 +50,7 @@ Normal subtabs and microtab subtabs both use the same features:
- unlocked(): **optional**. a function to determine if the button for this subtab should be visible. By default, a subtab is always unlocked. You can't use the "this" keyword in this function.
- shouldNotify(): **optional**, if true, the tab button will be highlighted to notify the player that there is something there.
- shouldNotify()/prestigeNotify(): **optional**, if true, the tab button will be highlighted to notify the player that there is something there.
- embedLayer: **SIGNIFICANT**, the id of another layer. If you have this, it will override "content", "style" and "shouldNotify",
instead displaying the entire layer in the subtab.