Event Handlers – Category

From Bohemia Interactive Community
Revision as of 06:19, 31 January 2007 by Kronzky (talk | contribs)
Jump to navigation Jump to search

Introduction

Event handlers can be defined in unit config or by function addEventHandler.
Multiple handlers can be attached at one time.


MP notes: "Killed" and "Hit" eventhandlers are executed where given unit is local.
All other eventhandlers are executed on all computers.
Events added by addEventHandler may be different on each computer.

For more information on Multiplayer locality see: Multiplayer Locality