Jump to content
Sign in to follow this  
BeerHunter

Are "event handlers" actually "event handlers"

Recommended Posts

Windows is refereed to as an "event driven program". You supply the input as an event and Windows decides what to do with it..(ie move mouse and click creates events that Windows interprets).

Question is are "event handlers" in the BI scripting language actually "event handlers" (something happens in game and the appropriate even handler grabs the input and acts on it)

Share this post


Link to post
Share on other sites

um.

ther are several types of events in arma.

action event or what eve you would call them

thouse are used for example when a unit is killed. you fire up a script to do this and that.

http://community.bistudio.com/wiki/ArmA_2:_Event_Handlers

now. there is also Display events. thise events can grap/log keypresses, mousemovements. buttonspresses etc etc. and do whatever you have scripted them to do.

http://community.bistudio.com/wiki/User_Interface_Event_Handlers

dont know if this answers your question..

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×