mod_settings icon indicating copy to clipboard operation
mod_settings copied to clipboard

ModSettings.dependency "variable=value" syntax

Open nilerr opened this issue 1 year ago • 0 comments

https://github.com/jackhumbert/mod_settings/blob/46346c78f5a9a5212626ffe75c38b85a4d94b046/src/red4ext/ScriptDefinitions/ScriptProperty.hpp#L108

Shouldn't this be auto value = depends.substr(equals + 1, depends.length())? It seems the value gets registered as '=value' and checks will always fail. The depends string / propertyName doesn't get updated either so it will also contain the '=...' part.

nilerr avatar Feb 23 '24 00:02 nilerr