removeAllEventHandlers: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (moved command to template) |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]] | [[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]] | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofpr |= Game name | |||
|1.85|= Game version | |||
____________________________________________________________________________________________ | |||
| Removes all event handlers of given type that were added by [[addEventHandler]]. |= Description | |||
____________________________________________________________________________________________ | |||
''' | | object '''removeAllEventHandlers''' handlerType |= Syntax | ||
|p1= object: [[Object]] |= Parameter 1 | |||
|p2= handlerType: [[String]] |= Parameter 2 | |||
[[Nothing]] | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | |||
|x1= <pre>[[player]] removeAllEventHandlers "killed"</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
Revision as of 02:23, 3 August 2006
Description
- Description:
- Removes all event handlers of given type that were added by addEventHandler.
- Groups:
- Uncategorised
Syntax
- Syntax:
- object removeAllEventHandlers handlerType
- Parameters:
- object: Object
- handlerType: String
- Return Value:
- Nothing
Examples
- Example 1:
[[player]] removeAllEventHandlers "killed"
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