mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
canShow base
This commit is contained in:
20
addons/microdagr/functions/fnc_canShow.sqf
Normal file
20
addons/microdagr/functions/fnc_canShow.sqf
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
/*
|
||||||
|
* Author: PabstMirror
|
||||||
|
* Takes some arguments and returns something or other.
|
||||||
|
*
|
||||||
|
* Arguments:
|
||||||
|
* 0: The first argument <STRING>
|
||||||
|
* 1: The second argument <OBJECT>
|
||||||
|
* 2: Third Optional Argument <BOOL><OPTIONAL>
|
||||||
|
*
|
||||||
|
* Return Value:
|
||||||
|
* The return value <BOOL>
|
||||||
|
*
|
||||||
|
* Example:
|
||||||
|
* _bool = ["something", player] call ace_common_fnc_imanexample
|
||||||
|
*
|
||||||
|
* Public: Yes
|
||||||
|
*/
|
||||||
|
#include "script_component.hpp"
|
||||||
|
|
||||||
|
true
|
Reference in New Issue
Block a user