mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
21 lines
306 B
Plaintext
21 lines
306 B
Plaintext
/*
|
|
* Author: commy2
|
|
* Handles MouseZChanged event.
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* None
|
|
*
|
|
* Public : No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
{
|
|
[_this select 1] call _x;
|
|
false
|
|
} count ((missionNamespace getVariable ["ACE_EventHandler_ScrollWheel", [-1, [], []]]) select 2);
|
|
|
|
nil
|