addMPEventHandler

From Bohemia Interactive Community
Revision as of 07:12, 20 December 2010 by Tom 48 97 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
The format of handler is [type,command]. Check scripting topic Event handlers for more information. The index of the current handler is returned.
Groups:
Uncategorised

Syntax

Syntax:
unitName addMPEventHandler ["event", {action}];
Parameters:
unitName: Object
event: String
action: Code
Return Value:
Number or Nothing

Examples

Example 1:
_myVar = player addMPEventHandler ["mpkilled", {Null = _this execVM "playerkilled.sqf";}];

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