]> git.mxchange.org Git - flightgear.git/commit
leave temporary hint for the nasal init block, so that it can access
authormfranz <mfranz>
Sun, 12 Jun 2005 19:27:20 +0000 (19:27 +0000)
committermfranz <mfranz>
Sun, 12 Jun 2005 19:27:20 +0000 (19:27 +0000)
commitdec07ab83e9ec1cb413e3e042dceb552b85ea376
tree4ec7e7c9fa63f2d7d80d6b5845b4528bc12039e7
parent938502b23931532eb0552beb399af7dc5e8c86dd
leave temporary hint for the nasal init block, so that it can access
its own data, and can distinguish itself from other instances of the
same js driver. This property is removed after script execution.
Example:

  self = props.globals.getNode(getprop("/input/joysticks/this"));
src/Input/input.cxx