Header cleanup

This commit is contained in:
SilentSpike 2015-07-21 13:31:00 +01:00
parent 40f32b604a
commit 2c1e346cca
2 changed files with 4 additions and 3 deletions

View File

@ -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
*/ */

View File

@ -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>