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)
 
(133 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|style="width:75%; text-align:left; vertical-align: top" cellspacing="0" cellpadding="5"
== Notes to myself ==
|-
 
!style="width:100px"|Game:
[ ] reorganize ofp section
|colspan="2"|Operation Flashpoint
[ ] maybe introduce new category "Reference Lists" for lists like actions, EHs, configs?
|-
[ ] extend getting started in bi wikiing page - reading


!Version
|colspan="2"|1.00
|-
|
|
|
|-
!style="vertical-align:top; background:#EEFFFF"|Description:
|colspan="2" style="background:#EEFFFF"|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.
|-
|
|
|
|-
!style="vertical-align:top"|Syntax:
|colspan="2"|<code>unit addEventHandler [type, code]</code>
|-
!style="vertical-align:top"|Parameters:
|unit: [[Object]]
|-
|
|type: [[String]]
|event handler type
|-
|
|code: [[String]]
|code that should be executed once the event occurs
|-
!style="vertical-align:top"|Return value:
|style="vertical-align:top"|[[Integer]]
|The index of the currently added event handler is returned. Indices start at 0 for each unit and increment with each added event handler.
|-
|
|
|
|-
!style="vertical-align:top; background:#FFEEFF"|Bugs:
|colspan="2" style="background:#FFEEFF"|None known.
|}


[[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