diff --git a/base.fgd b/base.fgd
index 9c2d7b2..401fdb4 100644
--- a/base.fgd
+++ b/base.fgd
@@ -39,7 +39,8 @@
angles(angle) : "Pitch Yaw Roll (Y Z X)" : "0 0 0" : "This entity's orientation in the world. Pitch is rotation around the Y axis, " +
"yaw is the rotation around the Z axis, roll is the rotation around the X axis."
- input SetLocalAngles(vector) : "Set this entity's angles."
+ input SetLocalAngles(vector) : "Set this entity's angles in local space, relative to its parent if one exists. Otherwise relative to the world."
+ input SetAbsAngles(vector) : "Set this entity's angles, always relative to the world origin."
]
@BaseClass = Origin
@@ -124,7 +125,8 @@
input AcceptInput(string) : "Fires the named input on this entity. Format: '::::