makeStringArrayAtPath#
Fully qualified name: carb::dictionary::makeStringArrayAtPath
Defined in omni/extras/DictHelpers.h
- inline Item *carb::dictionary::makeStringArrayAtPath( )#
 Set a string array at the given path with the given array (creating it if it doesn’t yet exist).
- Parameters:
 baseItem – The carb::dictionary::Item to use as a base (required)
path – The path of children from
baseItemusing/as a separatorarr – The array of string data to set at the given path
- Returns:
 The carb::dictionary::Item that was either created or found at the given
path