Cafu Engine
Cafu Engine Scripting
The open-source game engine and graphics engine for multiplayer, cross-platform, real-time 3D action
EntInfoGenericT Class Reference

A generic entity that provides additional information at any given point in the map. More...

Inheritance diagram for EntInfoGenericT:

Additional Inherited Members

- Public Member Functions inherited from BaseEntityT
string GetName ()
 Returns the name of this entity. More...
 
x y z GetOrigin ()
 Returns the origin of this entity as a triple of numbers. More...
 
 SetOrigin (number x, number y, number z)
 Sets a new position for this entity. More...
 

Detailed Description

A generic entity that provides additional information at any given point in the map.

It's main purpose is to mark points in the map that the map scripts can refer to, using the methods of the base class BaseEntityT.

Map Editor Name:
info_generic
Implementing C++ Class:
DeathMatch::EntInfoGenericT