184 {
186 for (int i = 0; i < ptr.Count(); i++)
187 {
188 if (ptr[i] == ingredient)
189 {
190 ptr.Remove(i);
192 return;
193 }
194 }
195 }
ref array< string > m_SoundCategories[MAX_NUMBER_OF_INGREDIENTS]
ref array< string > m_Ingredients[MAX_NUMBER_OF_INGREDIENTS]
Result for an object found in CGame.IsBoxCollidingGeometryProxy.