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

◆ RollNextResultChance()

void RollNextResultChance ( )

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

17 {
20
21 m_IsSignalActive = false; //redundant?
22 if (m_ContextData.RollCatch())
23 {
25 }
26 else
27 {
28 component.SetNewSignalData(-1,-1);
29 }
30 }
ref CABase m_ActionComponent
Определения ActionBase.c:38
bool m_IsSignalActive
Определения ActionFishingNew.c:10
void RandomizeSignalValues()
Определения ActionFishingNew.c:33
ref CatchingContextFishingRodAction m_ContextData
Определения ActionFishingNew.c:14
class BoxCollidingParams component
ComponentInfo for BoxCollidingResult.
Super root of all classes in Enforce script.
Определения EnScript.c:11
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.

Перекрестные ссылки Class::CastTo(), component, m_ActionComponent, m_ContextData, m_IsSignalActive и RandomizeSignalValues().