This file is indexed.

/usr/share/mtasc/std/Mouse.as is in mtasc 1.14-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
intrinsic class Mouse
{
	static function show():Number;
	static function hide():Number;
	static function addListener(listener:Object):Void;
	static function removeListener(listener:Object):Boolean;
}