См. определение в файле BleedingIndicator.c строка 128
129 {
130 ImageWidget dropImage;
131 if (Class.CastTo(dropImage,
m_ParentMetaData.GetNextDropImage()) && !dropImage.IsVisible())
132 {
133 BleedingIndicatorDropData data =
new BleedingIndicatorDropData(dropImage,
m_Severity);
136
139 }
140
143 }
void SetBasePosition(vector pos)
ref set< ref BleedingIndicatorDropData > m_ActiveDrops
GameplayEffectsDataBleeding m_ParentMetaData
float m_LastDropSpawnTime
Перекрестные ссылки Class::CastTo(), m_ActiveDrops, m_ActiveDropsCount, m_BasePosition, m_DropSpawnsQueued, m_LastDropSpawnTime, m_ParentMetaData, m_Severity, m_TimeElapsedTotal, BleedingIndicatorDropData::SetBasePosition() и BleedingIndicatorDropData::StartDrop().
Используется в StartRunningDrops() и Update().