Represents a basic entity in the source engine
Beta 4.0
GEEntity
None
Gets the parent entity.<br> Parameters: None<br> Return: GEEntity.CBaseEntity<br>
Gets the entity that owns this entity<br> Parameters: None<br> Return: GEEntity.CBaseEntity<br>
Set the model of this entity<br> Parameters: Modle name (string)<br> Return: None<br>
Is this entity alive?<br> Parameters: None<br> Return: bool<br>
Gets the team number of this entity<br> Parameters: None<br> Return: Team Number<br>
Gets the origin of this entity<br> Parameters: None<br> Return: GEUtil.Vector<br>
Gets the angles of this entity<br> Parameters: None<br> Return: GEUtil.QAngle<br>
Gets the entity slot number<br> Parameters: None<br> Return: int<br>