From Moviesandbox
(Difference between revisions)
|
|
| Line 1: |
Line 1: |
| - | <h1>class Node</h1>
| + | {{ClassTemplate}} |
| - | ''derived from: [[ListButton]]''
| + | |
| - | | + | |
| - | Nodes are scripted actions that get called when a scene is playing.
| + | |
| - | | + | |
| - | <h3>Members:</h3>
| + | |
| - | | + | |
| - | <h4>[[NodeIO]] * nodeIn </h4>
| + | |
| - | | + | |
| - | A button that lets you click-select the previous Node, to which this node will be attached in a node tree.
| + | |
| - | | + | |
| - | <h4>[[NodeIO]] * nodeOut</h4>
| + | |
| - | | + | |
| - | A button that lets you click-select the next Node, to which this node will be attached in a node tree.
| + | |
| - | | + | |
| - | <h4>[[Node]] * childNode</h4>
| + | |
| - | | + | |
| - | The actual next Node that will be executed in the Node tree once this one is finished executing.
| + | |
| - | | + | |
| - | <h4>bool bInstant</h4>
| + | |
| - | | + | |
| - | If this Node is an instant executing node. Not used in code for now!
| + | |
| - | | + | |
| - | <h4>int nodeBranch</h4>
| + | |
| - | | + | |
| - | position of the node in the node tree. Is used for removing nodes and later, for loops.
| + | |
| - | | + | |
| - | <h3>Functions:</h3>
| + | |
| - | | + | |
| - | | + | |
| - | See also: [[Controller]], [[NodeIO]], [[ListButton]]
| + | |
| - | | + | |
| - | [[Category:Code Index]]
| + | |
| - | | + | |
| - | [[Template:ClassTemplate]]
| + | |
Revision as of 14:35, 18 March 2009
class MyClass
derived from: ParentClass
Description of what the class does
Members:
MemberType * memberName
Functions:
Function definition
See also: Controller