Skip to content
Update Menu structure authored by Nanit's avatar Nanit
......@@ -89,7 +89,7 @@ To create a menu whether in a separate file or in a single file you need to conf
| activators | [Object](Data types#object) | {-No-} | [Actions](Actions) to open a menu |
| rules | [Object](Data types#object)/[Object list](Data types#list) | {-No-} | [Rules](Rules) to open a menu. If one of those is **false** then menu won't open |
| iRules | [Object](Data types#object)/[Object list](Data types#list) | {-No-} | Inverse [Rules](Rules) to open a menu. If one of those is **true** then menu won't open. It can be combined with `rules` to make specific logic. |
| openActions | [Object](Data types#object) | {-No-} | [Actions](Actions), that perform **before** the menu opens |
| openActions | [Object](Data types#object) | {-No-} | [Actions](Actions), that perform **after** the menu opens |
| denyActions | [Object](Data types#object) | {-No-} | [Actions](Actions), that perform if atleast **one** rule is false |
| closeActions | [Object](Data types#object) | {-No-} | [Actions](Actions), that perform after the menu closes |
| updateInterval | Integer | {-No-} | Sets the menu update interval in ticks |
......
......