Eluna documentation changes

This commit is contained in:
Rochet2
2014-08-10 18:52:40 +03:00
parent 25f3c4e6bb
commit 8e92558eac
7 changed files with 88 additions and 91 deletions

View File

@@ -79,12 +79,12 @@ namespace LuaWorldObject
}
/**
* Returns the coordinates and orientation of the &WorldObject
* Returns the coordinates and orientation / facing of the &WorldObject
*
* @return float x
* @return float y
* @return float z
* @return float o
* @return float x : x coordinate of the &WorldObject
* @return float y : y coordinate of the &WorldObject
* @return float z : z coordinate (height) of the &WorldObject
* @return float o : facing / orientation of the &WorldObject
*/
int GetLocation(lua_State* L, WorldObject* obj)
{