BIS fnc sharedObjectives: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 3/7)
(page filling)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|  
Author: Jiri Wainar
{{Important|Meant to be run by the framework in MP scenarions in postInit. Do not run it by it's own!}}|= Description
 
Meant to be run by the framework in MP scenarions in postInit. Do not run it by it's own.
*/
 
#define DEBUG_LOG {}
#define CMD_SLEEP uisleep
#define IS_SPECTATOR(unit) ((side group unit) == sideLogic) //todo: replace by proper function for detecting spectator unit
 
#define MODE_DISABLED 0
#define MODE_ENABLED 1
#define MODE_ENABLED_WITH_PROPAGATION 2
#define MODE_UPDATE 3
#define MODE_ADD 4
#define MODE_REMOVE 5
#define MODE_REASSIGN 6
 
#define MODES ["MODE_DISABLED","MODE_ENABLED","MODE_ENABLED_WITH_PROPAGATION","MODE_UPDATE","MODE_ADD","MODE_REMOVE","MODE_REASSIGN"]
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_sharedObjectives]]; --> |= Syntax
| |= Syntax
|p1= |= Parameter 1
|p1= |= Parameter 1


Line 40: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma 3 Tasks Overhaul]] |= See also


}}
}}

Revision as of 10:22, 11 May 2018


Hover & click on the images for description

Description

Description:
Meant to be run by the framework in MP scenarions in postInit. Do not run it by it's own!
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
Arma 3 Tasks Overhaul

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