BIS_fnc_sharedObjectives

From Bohemia Interactive Community
Revision as of 19:42, 3 April 2006 by BIS fnc exportFunctionsToWiki (talk) (Generated by BIS_fnc_exportFunctionsToWiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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