User contributions for Buttchouda
From Melvor Idle
5 June 2024
- 03:0803:08, 5 June 2024 diff hist +814 Mod Creation/Mod Context API Reference Add clarification that traditional function expressions are more suitable and preferred to arrow function expressions when patching methods and updated examples.
- 03:0003:00, 5 June 2024 diff hist +733 Mod Creation/Essentials Clarified that traditional function expressions are more suitable than arrow functions for method patching current Tag: visualeditor-switched
7 July 2023
- 14:3214:32, 7 July 2023 diff hist +131 Mod Creation/Mod Context API Reference →loadTemplates(path: string): Promise
- 14:3014:30, 7 July 2023 diff hist +9 Mod Creation/Mod Context API Reference →loadTemplates(path: string): void
26 June 2023
- 14:4914:49, 26 June 2023 diff hist +211 Mod Creation/Essentials →Storing Data
- 14:4814:48, 26 June 2023 diff hist +211 Mod Creation/Essentials →Mod Settings
- 14:4814:48, 26 June 2023 diff hist +211 Mod Creation/Mod Context API Reference →Account Data Storage
- 14:4714:47, 26 June 2023 diff hist +211 Mod Creation/Mod Context API Reference →Character Data Storage
- 14:4714:47, 26 June 2023 diff hist +211 Mod Creation/Mod Context API Reference →Mod Settings
3 February 2023
- 04:5004:50, 3 February 2023 diff hist +54 Mod Creation/Mod Context API Reference →render(name: string, onChange: () => void, config: SettingConfig): HTMLElement
20 January 2023
- 17:1917:19, 20 January 2023 diff hist +223 Mod Creation/Mod Context API Reference No edit summary
16 January 2023
- 03:5103:51, 16 January 2023 diff hist +82 Mod Creation/Reusable Components with PetiteVue →ui.createStatic(template: string, host: HTMLElement): HTMLElement
- 03:5103:51, 16 January 2023 diff hist +82 Mod Creation/Reusable Components with PetiteVue →ui.createStore(props: Record): ComponentStore
- 03:5003:50, 16 January 2023 diff hist +82 Mod Creation/Reusable Components with PetiteVue →ui.create(props: ComponentProps, host: HTMLElement): HTMLElement
- 03:4803:48, 16 January 2023 diff hist +82 Mod Creation/Mod Context API Reference →api(endpoints?: object): object
- 03:4603:46, 16 January 2023 diff hist +82 Mod Creation/Mod Context API Reference →type(name: string, config: SettingTypeConfig): void
- 03:4503:45, 16 January 2023 diff hist +33 Mod Creation/Mod Context API Reference →Game Object Registration
- 03:4303:43, 16 January 2023 diff hist +82 Mod Creation/Mod Context API Reference →addPackage(data: string | GameDataPackage): Promise
- 03:4203:42, 16 January 2023 diff hist +82 Mod Creation/Mod Context API Reference →share(resourcePath: string): void
- 03:4003:40, 16 January 2023 diff hist +82 Mod Creation/Mod Context API Reference →loadData(path: string): Promise
- 03:3803:38, 16 January 2023 diff hist +82 Mod Creation/Essentials →Exposing APIs
- 03:3703:37, 16 January 2023 diff hist +82 Mod Creation/Essentials →Import HTML Templates
- 03:3403:34, 16 January 2023 diff hist +15 Mod Creation/Essentials →Load Data from JSON
- 03:3303:33, 16 January 2023 diff hist +82 Mod Creation/Essentials →Defining a Data Package
- 03:3203:32, 16 January 2023 diff hist +67 Mod Creation/Essentials →Load Data from JSON
8 January 2023
- 18:3018:30, 8 January 2023 diff hist +2 Template:ModGuideNav No edit summary
- 18:2918:29, 8 January 2023 diff hist +3,292 N Mod Creation/Creator Toolkit Created page with "The Creator Toolkit is the official platform for tools related to mod creation available within the game on Steam or in the browser. You can subscribe to the Creator Toolkit through the Mod Manager (just search "Creator Toolkit") or [https://mod.io/g/melvoridle/m/creator-toolkit on the mod.io website]. You can then access the Creator Toolkit in one of three ways: # Via the "Creator Toolkit" tab in the Mod Manager # Via the shortcut button on the character selection scr..." current
14 December 2022
- 17:3317:33, 14 December 2022 diff hist +15 Template:ModGuideNav No edit summary
- 17:3217:32, 14 December 2022 diff hist 0 Template:ModGuideNav No edit summary
- 17:3217:32, 14 December 2022 diff hist +33 Template:ModGuideNav No edit summary
18 November 2022
- 12:3212:32, 18 November 2022 diff hist +20 Mod Creation/Mod Context API Reference →PropertyPatch.replace(getter?: () => any, setter?: (value: any) => void): void
- 12:3012:30, 18 November 2022 diff hist +309 Mod Creation/Mod Context API Reference →PropertyPatch.set(setter: (value: any) => void): void
- 12:1612:16, 18 November 2022 diff hist +303 Mod Creation/Mod Context API Reference →PropertyPatch.get(getter: () => any): void
- 04:4904:49, 18 November 2022 diff hist −14 Mod Creation/Mod Context API Reference →PropertyPatch.replace(getter?: () => any, setter?: (value: any) => void): void
- 04:4904:49, 18 November 2022 diff hist −98 Mod Creation/Mod Context API Reference →PropertyPatch.set(setter: (o: undefined, value: any) => void): void
- 04:4804:48, 18 November 2022 diff hist −84 Mod Creation/Mod Context API Reference →PropertyPatch.replace(getter?: () => any, setter?: (o: undefined, value: any) => void): void
- 04:2504:25, 18 November 2022 diff hist +2,156 Mod Creation/Mod Context API Reference →Game Object Patching/Hooking
- 00:0700:07, 18 November 2022 diff hist +631 Mod Creation/Mod Context API Reference →Lifecycle Hooks
22 October 2022
- 18:5318:53, 22 October 2022 diff hist +92 Mod Creation/Essentials →icon?: string
- 18:3018:30, 22 October 2022 diff hist +635 Mod Creation/Mod Context API Reference No edit summary
19 October 2022
- 20:5920:59, 19 October 2022 diff hist −13 Mod Creation/Essentials →Defining a Data Package
- 20:1620:16, 19 October 2022 diff hist +60 Mod Creation/Essentials →Building a Data Package at Runtime
- 04:1704:17, 19 October 2022 diff hist +208 Mod Creation/Essentials →Adding and Modifying Game Objects
- 04:0704:07, 19 October 2022 diff hist +63 Mod Creation/Essentials →load?: string | string[]
18 October 2022
- 03:0503:05, 18 October 2022 diff hist +1,435 Mod Creation/Mod Context API Reference →Game Object Registration
- 02:4302:43, 18 October 2022 diff hist −6 Mod Creation/Mod Context API Reference →Adding and Modifying Game Data
- 02:4302:43, 18 October 2022 diff hist +9 Mod Creation/Essentials →Registering Game Objects
- 02:4002:40, 18 October 2022 diff hist +4,234 Mod Creation/Essentials No edit summary
17 October 2022
- 20:5420:54, 17 October 2022 diff hist +699 Mod Creation No edit summary
- 20:4420:44, 17 October 2022 diff hist −1 Mod Creation/Essentials →Creating a Mod