Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Official Modding API: Difference between revisions

From Cobalt Wiki
Created page with "The official modding api runs the mods code in a sandbox, allowing reading of the game's internal components while limiting changes. The official API documentation can be found in some pastebins: * [https://pastebin.com/d22p4fPz Cobalt Mod API] * [https://pastebin.com/Jv1zz1wC Actors] * [https://pastebin.com/S7JzU2GG Explosions] * [https://pastebin.com/eTemWLw7 Inventories] * [https://pastebin.com/kbLvwTBn Items] * [https://pastebin.com/pLkvWNHe Modifiers] * [https://pas..."
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The official modding api runs the mods code in a sandbox, allowing reading of the game's internal components while limiting changes.
The official modding API runs the mods code in a sandbox, allowing reading of the game's internal components while limiting changes.
The official API documentation can be found in some pastebins:
 
Small parts are documented on this wiki, under [[:Category:Official Modding API]]
 
The official API documentation can be found on pastebin:
* [https://pastebin.com/d22p4fPz Cobalt Mod API]
* [https://pastebin.com/d22p4fPz Cobalt Mod API]
* [https://pastebin.com/Jv1zz1wC Actors]
* [https://pastebin.com/Jv1zz1wC Actors]
Line 15: Line 18:
* [https://pastebin.com/y4Hd6cKX Movement]
* [https://pastebin.com/y4Hd6cKX Movement]
* [https://pastebin.com/LLD04UTU Item Slots]
* [https://pastebin.com/LLD04UTU Item Slots]
Several community made guides also exist:
Several community made guides also exist:
* [https://github.com/Hobey/Cobalt-modding/blob/master/first.md Hobey's guide]
* [https://github.com/Hobey/Cobalt-modding/blob/master/first.md Hobey's guide]
[[Category:Official_Modding_API]]
__INDEX__

Latest revision as of 11:11, 11 August 2025

The official modding API runs the mods code in a sandbox, allowing reading of the game's internal components while limiting changes.

Small parts are documented on this wiki, under Category:Official Modding API

The official API documentation can be found on pastebin:

Several community made guides also exist: