
Risk of Rain Returns
You are viewing a potentially older version of this package. View Latest Version

Friendly abstractions of the game's internal functions for easier modding.
Documentation can be found here.
To use, include RoRRModdingToolkit-RoRR_Modding_Toolkit-1.1.9 as a dependency, and place the following line in your code:
mods.on_all_mods_loaded(function() for _, m in pairs(mods) do if type(m) == "table" and m.RoRR_Modding_Toolkit then for _, c in ipairs(m.Classes) do if m[c] then _G[c] = m[c] end end end end end)
Install through the Thunderstore client or r2modman (more detailed instructions here if needed).
Join the Return of Modding server for support.