Gets the Effect with the given registered Effect ID.
- Аргументы
-
effect_id | int The Effect ID |
- Возвращает
Effect
The Effect registered to the ID or null
См. определение в файле EffectManager.c строка 307
308 {
311 else
312 return null;
313 }
static ref map< int, ref Effect > m_EffectsMap
Static map of all registered effects <id, Effect>
static bool m_IsCleanup
Bool to check whether Cleanup is happening, which means that the maps should no longer be accessed.
Перекрестные ссылки Effect(), m_EffectsMap и m_IsCleanup.