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
 
(One intermediate revision by the same user 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.


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:

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: