BIS fnc taskCurrent: Difference between revisions
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 23:20, 8 February 2015
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