BIS_fnc_callScriptedEventHandler

From Bohemia Interactive Community
Revision as of 02:59, 4 September 2015 by Dr Eyeball (talk | contribs) (see also)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*

	Description:
	Call scripted event handlers

	Parameter(s):
		0: NAMESPACE, OBJECT, GROUP or LOCATION - namespace in which handler is saved
		1: STRING - handler name
		2: ARRAY - arguments passed to the code
		3 (Optional): BOOL - true to expect returned value from all codes

	Returns:
	ARRAY - list of returned values
*/
(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:
BIS_fnc_addScriptedEventHandler

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