Hardrock/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Erentar moved page Hardrock's Sandbox to User:Hardrock/Sandbox: Bot: Moved page)
 
(136 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|style="width:75%; text-align:left"
== Notes to myself ==
|colspan="2" style="font-size:1.7em; font-weight:bold; color:darkblue"|addEventHandler
 
|style="background:#FFFFEE; border:1px solid grey; width:80px; text-align:center"|version: 1.00
[ ] reorganize ofp section
|-
[ ] maybe introduce new category "Reference Lists" for lists like actions, EHs, configs?
|style="height:10px"|
[ ] extend getting started in bi wikiing page - reading
|
 
|
|-
!style="vertical-align:top; width: 100px"|Description:
|colspan="2"|Adds an event handler to a given unit. For more information about event handlers and their types check the scripting topic Event Handlers in this reference. You may add as many event handlers of any type as you like to every unit, if you add an event handler of type "killed" and there already exists one, the old one doesn't get overwritten. Use removeEventHandler to delete event handlers.
|-
!Syntax:
|<code>unit addEventHandler [type, code]</code>
|}


[[Category:Sandbox]]
[[Category:Sandbox]]

Latest revision as of 04:00, 3 December 2018

Notes to myself

[ ] reorganize ofp section
[ ] maybe introduce new category "Reference Lists" for lists like actions, EHs, configs?
[ ] extend getting started in bi wikiing page - reading