arma:config:xeh
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
arma:config:xeh [2016/11/15 08:14] – switched tactical.nekromantix.com to www.pmctactical.org domain. snakeman | arma:config:xeh [2024/08/01 07:49] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Extended Event Handlers (XEH) ====== | + | ====== |
+ | |||
+ | [[https:// | ||
+ | |||
+ | **ArmA 1** aka Armed Assault (ArmA) | ||
**Extended Event Handlers (XEH)** by Solus and Killswitch | **Extended Event Handlers (XEH)** by Solus and Killswitch | ||
Line 10: | Line 14: | ||
- | ====== " | + | ====== " |
This adds support for using extended event handlers for all Arma event types | This adds support for using extended event handlers for all Arma event types | ||
- | ====== Extended | + | ====== Extended |
This allows a virtually infinite amount of fired event handlers to be used together from different addons. | This allows a virtually infinite amount of fired event handlers to be used together from different addons. | ||
Line 40: | Line 44: | ||
- | ====== New in: ====== | + | ====== New In: ====== |
1.3: Limiting certain event handler to a specific vehicle class | 1.3: Limiting certain event handler to a specific vehicle class | ||
Line 87: | Line 91: | ||
scope=0; | scope=0; | ||
// We wish to make a SoldierEB-specific *Fired* EH, so the | // We wish to make a SoldierEB-specific *Fired* EH, so the | ||
- | // property name should be " | + | // property name should be " |
// | // | ||
fired = "_this call XYZ_SoldierEB_fired"; | fired = "_this call XYZ_SoldierEB_fired"; | ||
Line 97: | Line 101: | ||
- | ====== 1.5: Excluding | + | ====== 1.5: Excluding |
With XEH 1.5, you can exclude one or more subtypes of a vehicle from getting a certain XEH event handler. To do this, you add a directive, exclude, in an inner, " | With XEH 1.5, you can exclude one or more subtypes of a vehicle from getting a certain XEH event handler. To do this, you add a directive, exclude, in an inner, " | ||
Line 191: | Line 195: | ||
- | ====== 1.8: making | + | ====== 1.8: Making |
Normally, when a player respawns into a new unit (object), the init event handler is not executed again. However, with XEH 1.8, you can make an XEH init event handler be rerun when the new unit spawns. To do so, declare your init EH as a " | Normally, when a player respawns into a new unit (object), the init event handler is not executed again. However, with XEH 1.8, you can make an XEH init event handler be rerun when the new unit spawns. To do so, declare your init EH as a " | ||
Line 219: | Line 223: | ||
- | ====== 1.9: version stringtable and "pre-init EH" | + | ====== 1.9: Version Stringtable And "Pre-Init EH" |
You can get a string with the version of Extended_Eventhandlers using the " | You can get a string with the version of Extended_Eventhandlers using the " | ||
Line 303: | Line 307: | ||
- | ====== Change | + | ====== Change |
===== XEH ===== | ===== XEH ===== | ||
Line 410: | Line 414: | ||
====== Notes ====== | ====== Notes ====== | ||
- | [[http:// | + | [[https:// |
arma/config/xeh.1479197696.txt.gz · Last modified: 2016/11/15 08:14 by snakeman