csMapNode Class Reference
A node. More...
#include <mapnode.h>
Inheritance diagram for csMapNode:

Public Methods | |
csMapNode (const char *Name) | |
The constructor. Requires the Nodes name! | |
virtual | ~csMapNode () |
The destructor as usual. | |
void | SetPosition (const csVector3 &pos) |
Set the position of the node. | |
const csVector3 & | GetPosition () const |
Get the position of the node. | |
void | SetSector (iSector *pSector) |
Set the sector of the node. | |
iSector * | GetSector () const |
Get the sector of the node. | |
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). | |
Public Attributes | |
csMapNode::MapNode | scfiMapNode |
iMapNode implementation. |
Detailed Description
A node.This is an iObject that is bound to a position and a sector in the world.
Definition at line 31 of file mapnode.h.
Constructor & Destructor Documentation
|
The constructor. Requires the Nodes name!
|
|
The destructor as usual.
|
Member Function Documentation
|
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.
|
Member Data Documentation
|
iMapNode implementation.
|
The documentation for this class was generated from the following file:
- cstool/mapnode.h
Generated for Crystal Space by doxygen 1.2.18