Searched refs:actionsCount (Results 1 – 1 of 1) sorted by relevance
479 int actionsCount = cJSON_GetArraySize(actions); in ParseOneSkill() local480 if (entitiesCount > MAX_SKILL_ITEM || actionsCount > MAX_SKILL_ITEM) { in ParseOneSkill()