BIS fnc functionMeta: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns function's meta data.|= Description
| Returns function's meta data.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| fncName call [[BIS_fnc_functionMeta]] |= Syntax
| fncName call [[BIS_fnc_functionMeta]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Array]] of [[String|strings]]|= Return value
| [[Array]] of [[String|strings]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 12:28, 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