См. определение в файле FishingRod_Base.c строка 181
182 {
184 {
186 m_Cycler.Run(0.3,
this,
"Pulling", NULL,
true);
187 }
188 else
189 {
191 {
194 }
195
197 string fline = "";
199 {
200 fline += " .";
201 }
202 m_Player.Message(
"",
"colorStatusChannel");
203 m_Player.Message(
"HOLD right mouse button to pull the fishing line",
"colorAction");
204 m_Player.Message(
"",
"colorStatusChannel");
205 m_Player.Message(
"",
"colorStatusChannel");
206 m_Player.Message(
"",
"colorStatusChannel");
207 m_Player.Message(
"Start pulling when J and <*)))>< meet:",
"colorStatusChannel");
208 m_Player.Message(
"",
"colorStatusChannel");
209 m_Player.Message(
"J"+fline+
" <*)))><",
"colorImportant");
211 {
213 }
214 }
215 }
ref Timer m_CyclerCatching
static proto int RandomInt(int min, int max)
Returns a random int number between and min [inclusive] and max [exclusive].
Перекрестные ссылки m_ChanceRange, m_Cycler, m_CyclerCatching, m_FishProximity, m_Player, m_WasPulled и Math::RandomInt().