From a2b1cf125996b97a3bb4b2f678ca61860143f090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Badano?= Date: Sun, 8 Feb 2015 19:58:41 -0300 Subject: [PATCH] g-forces: updated headers --- .../gforces/functions/fnc_pfhUpdateGForces.sqf | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/addons/gforces/functions/fnc_pfhUpdateGForces.sqf b/addons/gforces/functions/fnc_pfhUpdateGForces.sqf index f45d629760a..839110fd2bb 100644 --- a/addons/gforces/functions/fnc_pfhUpdateGForces.sqf +++ b/addons/gforces/functions/fnc_pfhUpdateGForces.sqf @@ -1,5 +1,17 @@ -// by KoffeinFlummi and CAA-Picard -#include "script_component.hpp" +/* + * Author: KoffeinFlummi and CAA-Picard + * Calculates average g-forces and triggers g-effects + * + * Argument: + * 0: Arguments + * 1: pfh_id + * + * Return value: + * None + * + * Public: No + */ + #include "script_component.hpp" EXPLODE_2_PVT(_this,_params,_pfhId);