Node
From Moviesandbox
(Difference between revisions)
(New page: <h2>class Node</h2> ''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 ...) |
|||
(4 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
- | < | + | <h1>class Node</h1> |
''derived from: [[ListButton]]'' | ''derived from: [[ListButton]]'' | ||
Line 29: | Line 29: | ||
- | See also: [[Controller]], [[NodeIO | + | See also: [[Controller]], [[NodeIO]] |
[[Category:Code Index]] | [[Category:Code Index]] |
Current revision
Contents |
[edit] class Node
derived from: ListButton
Nodes are scripted actions that get called when a scene is playing.
[edit] Members:
[edit] NodeIO * nodeIn
A button that lets you click-select the previous Node, to which this node will be attached in a node tree.
[edit] NodeIO * nodeOut
A button that lets you click-select the next Node, to which this node will be attached in a node tree.
[edit] Node * childNode
The actual next Node that will be executed in the Node tree once this one is finished executing.
[edit] bool bInstant
If this Node is an instant executing node. Not used in code for now!
[edit] int nodeBranch
position of the node in the node tree. Is used for removing nodes and later, for loops.
[edit] Functions:
See also: Controller, NodeIO