From e10c907454f12750a8a223653dd17c972f095e7c Mon Sep 17 00:00:00 2001 From: Glowbal Date: Tue, 24 Feb 2015 20:25:34 +0100 Subject: [PATCH] Added missing header arguments --- addons/common/functions/fnc_displayTextPicture.sqf | 1 + addons/common/functions/fnc_displayTextStructured.sqf | 1 + 2 files changed, 2 insertions(+) diff --git a/addons/common/functions/fnc_displayTextPicture.sqf b/addons/common/functions/fnc_displayTextPicture.sqf index a2c6ec51e1..fadf28b480 100644 --- a/addons/common/functions/fnc_displayTextPicture.sqf +++ b/addons/common/functions/fnc_displayTextPicture.sqf @@ -7,6 +7,7 @@ * 0: Text * 1: Image * 2: Image color + * 3: Target Unit. Will only display if target is the player controlled object * * Return value: * Nothing diff --git a/addons/common/functions/fnc_displayTextStructured.sqf b/addons/common/functions/fnc_displayTextStructured.sqf index 3953f218d0..f1761c39a7 100644 --- a/addons/common/functions/fnc_displayTextStructured.sqf +++ b/addons/common/functions/fnc_displayTextStructured.sqf @@ -6,6 +6,7 @@ * Argument: * 0: Text * 1: Size of the textbox + * 2: Target Unit. Will only display if target is the player controlled object * * Return value: * Nothing