This entity implements fully automatic doors. More...

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... | |
This entity implements fully automatic doors.
func_door | 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.