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

Details

Date Uploaded
2 years ago
Downloads
2.2K
Size
51KB
Dependency string
hinyb-MPSelector-1.0.0

hinyb-MPSelector

This is a small mod that allows you to select player, which can help develop mods.

How to use

  • Press Tab to recyclic selected player

  • Initialize

mods.on_all_mods_loaded(function()
    for _, v in pairs(mods) do
        if type(v) == "table" and v.MPselector then
            _G["get_select_player"] = v["get_select_player"]
        end
    end
end)
  • Use the function to get CInstance of the selected player or nil.
get_select_player()

How to binding

Feedback

https://github.com/hinyb/hinyb-MPSelector/issues

Installation Instructions

Installation FAQ

Special Thanks To

  • The Return Of Modding team
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.