![]() |
Public API Reference |
#include <mapnode.h>
Inheritance diagram for csMapNode:

Public Methods | |
| csMapNode (const char *Name) | |
| The constructor. Requires the Nodes name! More... | |
| virtual | ~csMapNode () |
| The destructor as usual. More... | |
| void | SetPosition (const csVector3 &pos) |
| Set the position of the node. More... | |
| const csVector3 & | GetPosition () const |
| Get the position of the node. More... | |
| void | SetSector (iSector *pSector) |
| Set the sector of the node. More... | |
| iSector * | GetSector () const |
| Get the sector of the node. More... | |
Static Public Methods | |
| iMapNode * | GetNode (iSector *pSector, const char *name, const char *classname=0) |
| Get a node with the given name and a given classname. (shortcut). More... | |
Public Attributes | |
| csMapNode::MapNode | scfiMapNode |
| iMapNode implementation. More... | |
This is an iObject that is bound to a position and a sector in the world.
Definition at line 31 of file cstool/mapnode.h.
|
|
The constructor. Requires the Nodes name!
|
|
|
The destructor as usual.
|
|
||||||||||||||||
|
Get a node with the given name and a given classname. (shortcut).
|
|
|
Get the position of the node.
|
|
|
Get the sector of the node.
|
|
|
Set the position of the node.
|
|
|
Set the sector of the node.
|
|
|
iMapNode implementation.
|