DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetExplParticleFromSequence()

int FireworksLauncherClientEvent::GetExplParticleFromSequence ( )
inlineprotected

См. определение в файле FireworksLauncher.c строка 217

218 {
219 switch (m_Color)
220 {
221 case "R":
222 return ParticleList.FIREWORKS_EXPLOSION_RED;
223 case "G":
224 return ParticleList.FIREWORKS_EXPLOSION_GREEN;
225 case "B":
226 return ParticleList.FIREWORKS_EXPLOSION_BLUE;
227 case "Y":
228 return ParticleList.FIREWORKS_EXPLOSION_YELLOW;
229 case "P":
230 return ParticleList.FIREWORKS_EXPLOSION_PINK;
231 default:
232 ErrorEx("Incorrect explosion particle color in the sequence");
233 }
234 return ParticleList.FIREWORKS_EXPLOSION_RED;
235 }
enum ShapeType ErrorEx

Перекрестные ссылки ErrorEx, ParticleList::FIREWORKS_EXPLOSION_BLUE, ParticleList::FIREWORKS_EXPLOSION_GREEN, ParticleList::FIREWORKS_EXPLOSION_PINK, ParticleList::FIREWORKS_EXPLOSION_RED, ParticleList::FIREWORKS_EXPLOSION_YELLOW и m_Color.

Используется в OnExplode() и OnExplode().