void AddToPosition(vector3 direction)/ETHEntity

Adds a direction vector to the entity current position.

// move entity to the left
entity.AddToPosition(vector3(-1,0,0));