BIS fnc functionPath: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...")
mNo edit summary
Line 35: Line 35:


[[Category:Take_On_Helicopters:_Functions|functionPath]]
[[Category:Take_On_Helicopters:_Functions|functionPath]]
[[Category:Function_Group:_Debug|functionPath]]

Revision as of 09:05, 27 October 2011

Hover & click on the images for description

Description

Description:
Returns path to function file.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
functionName call BIS_fnc_functionPath;
Parameters:
functionName: String - function name (if not defined, name of parent function is used)
Return Value:
String

Examples

Example 1:
_path = "BIS_fnc_wpLand" call BIS_fnc_functionPath;

Additional Information

See also:
See also needed

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