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

A human player entity. More...

Inheritance diagram for EntHumanPlayerT:

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 human player entity.

Should never be placed in a map or even shown in the editor, it just doesn't make sense.

Map Editor Name:
HumanPlayer
Implementing C++ Class:
DeathMatch::EntHumanPlayerT