
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 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 Buff = m.Buff Callback = m.Callback Helper = m.Helper Instance = m.Instance Item = m.Item Net = m.Net Player = m.Player Resources = m.Resources Survivor = m.Survivor break end end end)
Follow the instructions listed here.