| wxInt32 MODEL_EXPORT_SPEC prepareDataArray( | const Data:: | IntHash | & | fillTypes, | | | | StringArray | & | values | ) |
|
Fills up a string array based on the given fill types. This is useful for creating the undetermined parts of maps at runtime. The given string array is filled with each of the keys in the fill types, in the quantity of the number assigned to that key.
Parameters
| fillTypes | The integer hash of values to fill the array with. See Data for details. |
| values | The string array to be filled with data. |
Returns
The number of values inserted into the string array.