Skip to content

v_47: Add missing "name" parameter in IncrementIntValue and DecrementIntValue methods

Compare
Choose a tag to compare
@artemlos artemlos released this 11 Jul 12:41
· 13 commits to master since this release

The missing name parameter was added to Data.increment_int_value_to_key and Data.decrement_int_value_to_key methods. This would allow you locate a data object based on its name instead of using the Id (object_id in Python).