ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
13 stars 2 forks source link

Can't mix enums #48

Closed epicEaston197 closed 6 days ago

epicEaston197 commented 2 months ago

when I was configuring the enums for ExposePatchMethods I noticed once I edited the enum I couldn't restore its original config

(The original config is a mix of all the enums in one) image

Nytra commented 2 months ago

This is a funky enum that uses flags (basically it can have multiple values). The only way you can use this properly right now is with the enum dropdown mod in VR.

Nytra commented 2 months ago

You can click the reset config button to get the defaults back.

Banane9 commented 2 months ago

In theory, a flags enum could be transformed into a list of checkboxes ... I'm not sure how useful that would be though, as I've not seen any other mods use those.

Banane9 commented 6 days ago

Well, it's in now anyways lol