Return " >areaCost" variables to AttributeEditor.

This commit is contained in:
Konstant 2017-01-01 20:29:14 +02:00
parent 8bde966269
commit 40907e4ec1

View File

@ -1491,6 +1491,12 @@ Array<VectorStruct@> vectorStructs;
void InitVectorStructs()
{
Array<String> crowdManagerAreaCostVariables = {
" Area Count",
" Cost"
};
vectorStructs.Push(VectorStruct("CrowdManager", " >AreaCost", crowdManagerAreaCostVariables, 1));
Array<String> categories = GetObjectCategories();
for (int categoryIndex = 0; categoryIndex < categories.length; categoryIndex++)
{