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

This entity implements fully automatic doors. More...

Inheritance diagram for EntFuncDoorT:

Public Member Functions

 SetOrigin (number x, number y, number z)
 This method does nothing – doors are fully automatic now and cannot be moved per script. More...
 
- 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

This entity implements fully automatic doors.

Map Editor Name:
func_door
Implementing C++ Class:
DeathMatch::EntFuncDoorT

Member Function Documentation

SetOrigin ( number  x,
number  y,
number  z 
)

This method does nothing – doors are fully automatic now and cannot be moved per script.

Use an EntFuncMoverT entity instead if you want to exercise manual control over moving entities.