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

◆ RegisterSurface()

static int ImpactMaterials::RegisterSurface ( string surface)
inlinestaticprivate

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

84 {
85 if (!m_ImpactEffect)
87
88 m_ImpactEffect.Insert(surface, surface.ToType());
89
91 }
map
Определения ControlsXboxNew.c:4
static ref map< string, typename > m_ImpactEffect
Определения ImpactEffects.c:30
static int m_LastRegisteredMaterial
Определения ImpactEffects.c:31
proto native ToType()
Returns internal type representation. Can be used in runtime, or cached in variables and used for fas...

Перекрестные ссылки m_ImpactEffect, m_LastRegisteredMaterial и string::ToType().

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