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

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... | |
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.
info_generic