Stops the Effect.
- Аргументы
-
effect_id | int The ID of the Effect to Stop |
См. определение в файле EffectManager.c строка 110
111 {
113
114 if (eff)
115 {
116 eff.Stop();
117 }
118 else
119 {
120 ErrorEx(
string.Format(
"Failed to stop Effect with ID %1. The ID is not registered in m_EffectsMap!", effect_id));
121 }
122 }
static ref map< int, ref Effect > m_EffectsMap
Static map of all registered effects <id, Effect>
Перекрестные ссылки Effect(), ErrorEx и m_EffectsMap.
Используется в EOnPostSimulate().