BIS fnc sharedObjectives: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (1 revision imported: BIS Functions update 3/7)
(No difference)

Revision as of 20:59, 20 May 2017


Hover & click on the images for description

Description

Description:
/*
	Author: Jiri Wainar

	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"]

(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:

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