add3DENEventHandler: Difference between revisions
| Lou Montana (talk | contribs) m (Some wiki formatting) |  (Added info about special variables) | ||
| Line 15: | Line 15: | ||
| |p2= code: [[Code]] | |p2= code: [[Code]] | ||
| * Event Handler parameters are accessible via <sqf inline>_this</sqf> | |||
| * The Event Handler type is available as <sqf inline>_thisEvent</sqf> | |||
| * The Event Handler index is available as <sqf inline>_thisEventHandler</sqf> | |||
| |r1= [[Number]] | |r1= [[Number]] | ||
Revision as of 11:49, 10 March 2024
Description
- Description:
- Adds an Eden Editor Event Handler.
- Groups:
- Eden EditorEvent Handlers
Syntax
- Syntax:
- add3DENEventHandler [type, code]
- Parameters:
- type: String - see Eden Editor Event Handler
- code: Code
- Event Handler parameters are accessible via _this
- The Event Handler type is available as _thisEvent
- The Event Handler index is available as _thisEventHandler
 
- Return Value:
- Number
Examples
- Example 1:
Additional Information
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
 
	