Conform function headers to coding guidelines (#5255)

* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
This commit is contained in:
Phyma
2017-06-08 15:31:51 +02:00
committed by jonpas
parent 4f90d4da80
commit ffaa195fe5
772 changed files with 3072 additions and 779 deletions

View File

@ -11,6 +11,9 @@
* 0: Intersects <BOOL>
* 1: Intersection Position ASL <ARRAY>
*
* Example:
* [[1,2,3], [0,0,5], 5] call ace_common_fnc_getFirstObjectIntersection
*
* Public: Yes
*/
#include "script_component.hpp"