Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/Source
Joonas Rikkonen e21959d0a2 Some PropertyConditional refactoring & fixes:
- Changed the "attribute" field from a string to a more descriptively named enum (TODO: do the same for the operators).
- Changed the "value" field from an object to a string because the value is always a string anyway (might want to make it an object that holds the actual value we're comparing against so there's no need to do any parsing in the Matches method).
- Fixed "!=" operator checking for equality.
- Removed unnecessary property value getting from the Matches method (reflection ain't cheap!)
2018-01-09 16:10:07 +02:00
..
2018-01-01 15:04:53 +02:00
2017-12-20 19:41:23 -03:00
2017-07-05 18:35:09 +03:00