ClipMod:Adding a project: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 December 2025

  • curprev 12:4912:49, 19 December 2025 Matthyno talk contribs m 3,111 bytes +2 fix requirements example undo
  • curprev 12:4812:48, 19 December 2025 Matthyno talk contribs 3,109 bytes +3,109 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..."