|
|
(24 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <pre>{{Command|=
| | == Notes to myself == |
| ____________________________________________________________________________________________
| |
|
| |
|
| | addEventHandler |=
| | [ ] reorganize ofp section |
| | | [ ] maybe introduce new category "Reference Lists" for lists like actions, EHs, configs? |
| | ofp |=
| | [ ] extend getting started in bi wikiing page - reading |
| | |
| | 1.00 |=
| |
| | |
| |arg= global |=
| |
| | |
| |eff= local |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | 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. |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | object '''addEventHandler''' [type, code] |=
| |
| | |
| |p1= object: [[Object]] |=
| |
| | |
| |p2= type: [[String]] - Explanation |=
| |
| | |
| |p3= code: [[String]] - Explanation |=
| |
| | |
| | [[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. |=
| |
| | |
| |mp= Multiplayer behaviour . . . |=
| |
| ____________________________________________________________________________________________
| |
| | |
| |x1= Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
| |
| invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
| |
| et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est
| |
| Lorem ipsum dolor sit amet.
| |
| | |
| <code>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
| |
| invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</code>
| |
| | |
| At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
| |
| takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
| |
| sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
| |
| erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita
| |
| kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. |=
| |
| ____________________________________________________________________________________________
| |
| | |
| |x2= Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
| |
| invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
| |
| et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est
| |
| Lorem ipsum dolor sit amet. |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | [[removeEventHandler]] |=
| |
| | |
| }}
| |
| <dl class="command_description">
| |
| <!-- Note Section BEGIN -->
| |
| | |
| <!-- Note Section END -->
| |
| </dl></pre>
| |
| | |
| makes
| |
| | |
| {{Command|=
| |
| ____________________________________________________________________________________________
| |
| | |
| | addEventHandler |=
| |
| | |
| | ofp |=
| |
| | |
| | 1.00 |=
| |
| | |
| |arg= global |=
| |
| | |
| |eff= local |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | 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. |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | object '''addEventHandler''' [type, code] |=
| |
| | |
| |p1= object: [[Object]] |=
| |
| | |
| |p2= type: [[String]] - Explanation |=
| |
| | |
| |p3= code: [[String]] - Explanation |=
| |
| | |
| | [[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. |=
| |
| | |
| |mp= Multiplayer behaviour . . . |=
| |
| ____________________________________________________________________________________________
| |
| | |
| |x1= Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
| |
| invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
| |
| et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est
| |
| Lorem ipsum dolor sit amet.
| |
| | |
| <code>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
| |
| invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</code>
| |
| | |
| At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
| |
| takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
| |
| sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
| |
| erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita
| |
| kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. |=
| |
| ____________________________________________________________________________________________
| |
| | |
| |x2= Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
| |
| invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
| |
| et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est
| |
| Lorem ipsum dolor sit amet. |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | [[removeEventHandler]] |=
| |
| | |
| }}
| |
| <dl class="command_description">
| |
| <!-- Note Section BEGIN -->
| |
| | |
| <dd class="notedate">Posted on 28 July 2006, 13:12</dd>
| |
| <dt class="note">'''[[User:Hoz|hoz]]'''</dt><dd class="note">
| |
| I found out that you have to take care of several things when using this command on a dedicated server. ...
| |
| </dd>
| |
| | |
| <dd class="notedate">Posted on 28 July 2006, 13:13</dd>
| |
| <dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">
| |
| I guess that one with the usernames and time works now.
| |
| | |
| At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
| |
| </dd>
| |
| | |
| <!-- Note Section END -->
| |
| </dl>
| |
|
| |
|
|
| |
|
| [[Category:Sandbox]] | | [[Category:Sandbox]] |