Table of Contents
GEEntity::CBaseEntity
Description
Represents a basic entity in the source engine
Version
Beta 4.0
NameSpace
GEEntity
Inherits
None
Methods
GetParent
Gets the parent entity.<br> Parameters: None<br> Return: GEEntity.CBaseEntity<br>
GetOwner
Gets the entity that owns this entity<br> Parameters: None<br> Return: GEEntity.CBaseEntity<br>
SetModel
Set the model of this entity<br> Parameters: Modle name (string)<br> Return: None<br>
IsAlive
Is this entity alive?<br> Parameters: None<br> Return: bool<br>
GetTeamNumber
Gets the team number of this entity<br> Parameters: None<br> Return: Team Number<br>
GetAbsOrigin
Gets the origin of this entity<br> Parameters: None<br> Return: GEUtil.Vector<br>
GetAbsAngles
Gets the angles of this entity<br> Parameters: None<br> Return: GEUtil.QAngle<br>
GetId
Gets the entity slot number<br> Parameters: None<br> Return: int<br>