System function, don't call it.
См. определение в файле tools.c строка 165
166 {
167 if (m_processing) return;
168
169 m_processing = true;
170
171 int last_index = 0;
172 int mouse_x;
173 int mouse_y;
174 bool is_holding = false;
175 CallQueueContext ctx;
176
178 {
179 is_holding = true;
180 }
181
183
185 {
189
190 while (
Count() > last_index)
191 {
192 ctx =
Get(last_index);
194 {
196 }
197 else
198 {
200 last_index++;
201 }
202 }
203 }
204
205
206 if (!is_holding)
207 {
209 }
210
211 m_processing = false;
212 }
void Remove(Object object)
void Clear(bool clearFile=false)
ref Param3< int, int, bool > m_mouse_params
void CallParams(Param params)
proto native int GetMouseState(MouseState index)
proto void GetMousePos(out int x, out int y)
Перекрестные ссылки CallQueueContext::CallParams(), Clear(), Count, Get(), GetMousePos(), GetMouseState(), CallQueueContext::IsValid(), m_mouse_params и Remove().