Fixed function header

This commit is contained in:
ulteq 2015-06-13 19:17:26 +02:00
parent 46a73f3177
commit 6d6c3a4285

View File

@ -1,13 +1,18 @@
/**
* fn_healTreatmentTime.sqf
* @Descr: N/A
* @Author: Ruthberg
/*
* Author: Ruthberg
* Calculates the personal aid kit treatment time based on amount of damage to heal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
* Arguments:
* unit <OBJECT>
*
* Return Value:
* treatment time <NUMBER>
*
* Example:
* [_target] call ace_medical_fnc_treatmentAdvanced_fullHealTreatmentTime
*
* Public: No
*/
#include "script_component.hpp"
private ["_target", "_totalDamage"];