moveToNode derived from mover | Example | Source | Header |
Messages |
node | node, (none | head | body | wand), [integer] | clear or set the node and optional user body part |
Comments |
constructor moveToNode
destructor ~moveToNode
method reset
1 clear node name
method message
1 clear or set the node and optional user body part
1.1 if number of arguments is greater than zero
1.1.1 if node type is user then1.2 else, clear the node name
1.1.1.1 if second argument is "head"
1.1.1.1.1 set node to user head1.1.1.2 if second argument is "body"
1.1.1.2.1 for each user child1.1.1.3 if second argument is "wand"
1.1.1.2.1.1 if child is of type body then set node
1.1.1.3.1 if user has a wand then
1.1.1.3.1.1 use specified wand number
method app