It's declared as bool, but it's really int: https://github.com/GrayFace/MMExtension/blob/82f916f491ca83297ee43b021de5f6f483013857/Scripts/Structs/00%20structs.lua#L2018 So reading and changing it through MMExt doesn't work properly. Although it's possible to work around this with the Ptr() method of PatchOptions.
It's declared as bool, but it's really int:
MMExtension/Scripts/Structs/00 structs.lua
Line 2018 in 82f916f
So reading and changing it through MMExt doesn't work properly. Although it's possible to work around this with the Ptr() method of PatchOptions.