User Tools

Site Tools


arma:config:xeh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
arma:config:xeh [2016/11/15 08:14] – switched tactical.nekromantix.com to www.pmctactical.org domain. snakemanarma:config:xeh [2024/08/01 07:49] (current) – links added. snakeman
Line 1: Line 1:
-====== Extended Event Handlers (XEH) ======+====== ArmA 1 Extended Event Handlers (XEH) ====== 
 + 
 +[[https://www.pmctactical.org/forum/viewforum.php?f=42|ArmA 1 Forum]], [[:arma|ArmA 1 Home]], [[arma:config|ArmA 1 Config]], [[arma:tools|ArmA 1 Tools]], [[arma:file_formats|ArmA 1 File Formats]], [[arma:missions|ArmA 1 Missions]], [[arma:modeling|ArmA 1 3D Modeling]], [[arma:terrain|ArmA 1 Terrain]], [[arma:texturing|ArmA 1 Texturing]], [[arma:scripting|ArmA 1 Scripting]] 
 + 
 +**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:
  
  
-====== "Other" extended event handlers by Killswitch ======+====== "Other" Extended Event Handlers By Killswitch ======
  
 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 fired event handler ======+====== Extended Fired Event Handler ======
  
 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 "fired" +            // property name should be "fired"
             //             //
             fired = "_this call XYZ_SoldierEB_fired";             fired = "_this call XYZ_SoldierEB_fired";
Line 97: Line 101:
  
  
-====== 1.5: Excluding certain descendant vehicle types ======+====== 1.5: Excluding Certain Descendant Vehicle Types ======
  
 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, "composite" XEH class (introduced in 1.3) 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, "composite" XEH class (introduced in 1.3)
Line 191: Line 195:
  
  
-====== 1.8: making XEH init event handlers run when a unit respawns ======+====== 1.8: Making XEH Init Event Handlers Run When A Unit Respawns ======
  
 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 "composite EH class" (described above). Then, add a property to it called "onRespawn" and set it to true (the number 1). 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 "composite EH class" (described above). Then, add a property to it called "onRespawn" and set it to true (the number 1).
Line 219: Line 223:
  
  
-====== 1.9: version stringtable and "pre-init EH" code ======+====== 1.9: Version Stringtable And "Pre-Init EH" Code ======
  
 You can get a string with the version of Extended_Eventhandlers using the "localize" command. Here's an example function which will return the version as a decimal number or "0" if XEH isn't installed; You can get a string with the version of Extended_Eventhandlers using the "localize" command. Here's an example function which will return the version as a decimal number or "0" if XEH isn't installed;
Line 303: Line 307:
  
  
-====== Change log ======+====== Change Log ======
  
 ===== XEH ===== ===== XEH =====
Line 410: Line 414:
 ====== Notes ====== ====== Notes ======
  
-[[http://www.pmctactical.org/forum/viewtopic.php?f=29&t=21877|PMC Tactical forum]] topic.+[[https://www.pmctactical.org/forum/viewtopic.php?f=29&t=21877|PMC Tactical Forum]] topic. 
arma/config/xeh.1479197696.txt.gz · Last modified: 2016/11/15 08:14 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.