Change documentation header for API fnc

This commit is contained in:
GitHawk 2016-02-25 10:08:20 +01:00
parent 804456c722
commit 53457cfe61
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ while {(_closeInMax - _closeInMin) > 0.01} do {
_closeInDistance = (_closeInMax + _closeInMin) / 2;
//Checks (too close to center or can't attach)
if (((_startDistanceFromCenter - _closeInDistance) < 0.1) || {!([_target, _unit, _itemClassname] call FUNC(canAttach))}) exitWith {
if (((_startDistanceFromCenter - _closeInDistance) < 0.1)) exitWith {
TRACE_2("no valid spot found",_closeInDistance,_startDistanceFromCenter);
[localize LSTRING(Failed)] call EFUNC(common,displayTextStructured);
};

View File

@ -12,7 +12,7 @@
* Example:
* [can] call ace_refuel_fnc_makeJerryCan
*
* Public: No
* Public: Yes
*/
#include "script_component.hpp"

View File

@ -11,7 +11,7 @@
* Example:
* [truck] call ace_refuel_fnc_reset
*
* Public: No
* Public: Yes
*/
#include "script_component.hpp"