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
No edit summary
Fix link
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.


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


The official API documentation can be found on pastebin:
The official API documentation can be found on pastebin:

Revision as of 11:10, 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: