diff --git a/Base-Entity.md b/Base-Entity.md index 960bfb4..f5724e7 100644 --- a/Base-Entity.md +++ b/Base-Entity.md @@ -27,8 +27,10 @@ New User I/O that could pass parameters: --- * **FreeChildren** `` - Unparents all entities parented to this entity in a movement hierarchy. --- -* **SetLocalOrigin** `` - Sets this entity's origin in the map. -* **SetLocalAngles** `` - Set this entity's angles. +* **SetLocalOrigin** `` - Sets this entity's origin in local space, relative to its parent if one exists. Otherwise relative to the world. +* **SetLocalAngles** `` - Sets this entity's angles in local space, relative to its parent if one exists. Otherwise relative to the world. +* **SetAbsOrigin** `` - Sets this entity's origin in the map, always relative to the world origin. +* **SetAbsAngles** `` - Sets this entity's angles in the map, always relative to the world origin. * **SetLocalVelocity** `` - Sets this entity's current velocity. * **SetLocalAngularVelocity** `` - Sets this entity's current angular velocity. ---