From 29bd61344568b545d2dbf9e9837d6a812d69aa81 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Mon, 9 Mar 2015 13:53:49 -0500 Subject: [PATCH] canShow base --- addons/microdagr/functions/fnc_canShow.sqf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 addons/microdagr/functions/fnc_canShow.sqf diff --git a/addons/microdagr/functions/fnc_canShow.sqf b/addons/microdagr/functions/fnc_canShow.sqf new file mode 100644 index 0000000000..6788dcdbeb --- /dev/null +++ b/addons/microdagr/functions/fnc_canShow.sqf @@ -0,0 +1,20 @@ +/* + * Author: PabstMirror + * Takes some arguments and returns something or other. + * + * Arguments: + * 0: The first argument + * 1: The second argument + * 2: Third Optional Argument + * + * Return Value: + * The return value + * + * Example: + * _bool = ["something", player] call ace_common_fnc_imanexample + * + * Public: Yes + */ +#include "script_component.hpp" + +true