BIS fnc functionMeta: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (template:command argument fix)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Returns function's meta data.|DESCRIPTION=
____________________________________________________________________________________________


Description:
| fncName call [[BIS_fnc_functionMeta]] |SYNTAX=
Returns function's meta data
____________________________________________________________________________________________


Parameter(s):
|p1= fncName: [[String]] - Function name, e.g., '''BIS_fnc_XXXXX'''|PARAMETER1=
_this: STRING - function name (if not defined, name of parent function is used)
 
Returns:
STRING
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_functionMeta]]; --> |= Syntax
| [[Array]] of [[String|strings]]|RETURNVALUE=
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>"BIS_fnc_functionMeta" [[call]] [[BIS_fnc_functionMeta]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[:Category:Function Group: Debug | Debug Functions]] |SEEALSO=
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 15:30, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns function's meta data.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
fncName call BIS_fnc_functionMeta
Parameters:
fncName: String - Function name, e.g., BIS_fnc_XXXXX
Return Value:
Array of strings

Examples

Example 1:
"BIS_fnc_functionMeta" call BIS_fnc_functionMeta;

Additional Information

See also:
Debug Functions

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note


Notes

Bottom Section