BIS fnc taskCurrent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(example 1)
Line 29: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>_currTask = <nowiki>[</nowiki>[[player]]<nowiki>]</nowiki> [[call]] [[BIS_fnc_taskCurrent]];</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:20, 9 February 2015


Hover & click on the images for description

Description

Description:
/*
	
	Description:
	Return a unit's current task.
	
	Parameters:
		0: OBJECT - Unit to check
	
	Returns:
	STRING - current task ID
*/
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
_currTask = [player] call BIS_fnc_taskCurrent;

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