canShow base

This commit is contained in:
PabstMirror 2015-03-09 13:53:49 -05:00
parent 1d6cfbf6b7
commit 29bd613445

View 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