ctrlRemoveEventHandler – Talk
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (→May be related: new section) |
Lou Montana (talk | contribs) m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "") |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== May be related == | == May be related == | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | |||
<dd class="notedate">Posted on February 9, 2016 - 01:54 (UTC)</dd> | <dd class="notedate">Posted on February 9, 2016 - 01:54 (UTC)</dd> | ||
<dt class="note">[[User:Pierre MGI|Pierre MGI]]</dt> | <dt class="note">[[User:Pierre MGI|Pierre MGI]]</dt> | ||
Line 11: | Line 11: | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
Latest revision as of 00:53, 6 April 2021
- Posted on February 9, 2016 - 01:54 (UTC)
- Pierre MGI
- A "remove" command doesn't delete the attached handle (_id). This handle (_id) stays as a variable (local or global in its name space). If you need to erase all traces of a CtrlEH, use this command then your_handle = nil; In this way, you can toggle on/off your EH's, with add/remove, without weird result due to a forgotten handle.