forked from RedstoneAlmeida/ModLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Functions: | ||
See the example files for better context | ||
- manager.getFile(folder, archive) return create a file in the specified folder with the specified file name. | ||
- manager.createConfig(file, type) return new Config from the script. | ||
- manager.createCommand(name, description, functionName) return create a command with the specifications. | ||
- manager.createTask(functionName, delay) return create a task with specifications. | ||
- manager.createLoopTask(functionName, delay) return create a repetitive task with the specifications. | ||
- manager.cancelTask(id) return cancels a task with the specification. | ||
- manager.getPlugin(name) return know if there is a plugin by name. | ||
- manager.time(seconds) return a talkable time (convert seconds into minutes, hours, etc.) | ||
- manager.format(msg, args) return adds a format to a message with the specified variable example with %p |