You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These 3 params are missing a type, it's breaking the docs. Should be @param uint32 minLevel : the required min level and so on
Keep in mind the = sign is for specifying the default value, use : for the description.
Also remember to use [square brackets] around class types in order to enable hyperlinks: @param Player player = who sends the invitation should be @param [Player] player : who sends the invitation
Docs build is broken resulting in /eluna not being updated daily.
The text was updated successfully, but these errors were encountered: