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
Add more helper functions to simplify module code, such as 'PM' for private messages. This will make it easier for users to write and understand modules.
Requirements/use-cases
Users should be able to use short, intuitive helper functions like 'PM' instead of longer, more complex code.
Helper functions should cover common operations in modules, such as sending messages, creating variables, etc.
The new helper functions should be well-documented and easy to understand.
Examples
Instead of gameServerController.sendMessage, users can use PM for private messages.
Create a helper function for creating variables with simpler arguments.
Description
Add more helper functions to simplify module code, such as 'PM' for private messages. This will make it easier for users to write and understand modules.
Requirements/use-cases
Examples
gameServerController.sendMessage
, users can usePM
for private messages.Possible duplicates:
The text was updated successfully, but these errors were encountered: