Editing ClipMod:Adding a project
Revision as of 12:48, 19 December 2025 by Matthyno (talk | contribs) (Created page with "== Adding the project == <code>Project</code>s are made up of many different parameters and settings, all accessible via the <code>Mod.addProject</code> method. The <code>addProject</code> ''parameters'' are as follows: <pre> Mod.addProject(name: string, description: string, price: Requirements, requirement: Requirements, display: string, todo: (isStrat: boolean) => void) </pre> Each parameter, when broken down, can be interpreted as follows. The example provided is the...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "http://wiki.matthy.dev/ClipMod:Adding_a_project"