mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Header cleanup
This commit is contained in:
parent
40f32b604a
commit
2c1e346cca
@ -3,13 +3,14 @@
|
|||||||
* Processes the change in mouse position for the spectator camera
|
* Processes the change in mouse position for the spectator camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
* None <NIL>
|
* 0: Mouse x coord <NUMBER>
|
||||||
|
* 1: Mouse y coord <NUMBER>
|
||||||
*
|
*
|
||||||
* Return Value:
|
* Return Value:
|
||||||
* None <NIL>
|
* None <NIL>
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* [] call ace_spectator_fnc_handleMouse;
|
* [0.5, 0.5] call ace_spectator_fnc_handleMouse;
|
||||||
*
|
*
|
||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Author: SilentSpike
|
* Author: SilentSpike
|
||||||
* Transitions the spectator camera vision/view mode/unit
|
* Transitions the spectator camera vision/view/unit
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
* 0: Camera mode <NUMBER>
|
* 0: Camera mode <NUMBER>
|
||||||
|
Loading…
Reference in New Issue
Block a user