From 1f73d614248729ea537e95d59bf6b1ce14d1af65 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Sun, 17 Aug 2014 15:01:33 +0200 Subject: [PATCH] Fixed GetRelativePoint documentation --- WorldObjectMethods.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WorldObjectMethods.h b/WorldObjectMethods.h index 936716d..f4ed054 100644 --- a/WorldObjectMethods.h +++ b/WorldObjectMethods.h @@ -489,10 +489,8 @@ namespace LuaWorldObject } /** - * Returns a point relative to the [WorldObject]. - * With distance set to 1 and angle set to 0, this will return a point 1 yard in front of the [WorldObject] + * Returns the x, y and z of a point dist away from the [WorldObject]. * - * @param [WorldObject] object * @param float distance : specifies the distance of the point from the [WorldObject] in yards * @param float angle : specifies the angle of the point relative to the orientation / facing of the [WorldObject] in radians *