csMapNode Class Reference
A node. More...
#include <cstool/mapnode.h>
Inherits scfImplementationExt1<csMapNode, csObject, iMapNode>.
Public Member Functions | |
| csMapNode (const char *Name) | |
| The constructor. Requires the Nodes name! | |
| virtual | ~csMapNode () |
| The destructor as usual. | |
Static Public Member Functions | |
| static iMapNode * | GetNode (iSector *pSector, const char *name, const char *classname=0) |
| Get a node with the given name and a given classname. (shortcut). | |
Detailed Description
A node.This is an iObject that is bound to a position and a sector in the world.
Definition at line 38 of file mapnode.h.
Constructor & Destructor Documentation
| csMapNode::csMapNode | ( | const char * | Name | ) |
The constructor. Requires the Nodes name!
| virtual csMapNode::~csMapNode | ( | ) | [virtual] |
The destructor as usual.
Member Function Documentation
| static iMapNode* csMapNode::GetNode | ( | iSector * | pSector, | |
| const char * | name, | |||
| const char * | classname = 0 | |||
| ) | [static] |
Get a node with the given name and a given classname. (shortcut).
The documentation for this class was generated from the following file:
- cstool/mapnode.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
