Explorar o código

Corrected documentation.

Areloch %!s(int64=8) %!d(string=hai) anos
pai
achega
d6ccaa7fe8
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Engine/source/scene/sceneObject.cpp

+ 3 - 2
Engine/source/scene/sceneObject.cpp

@@ -1518,8 +1518,9 @@ DefineEngineMethod( SceneObject, isGlobalBounds, bool, (),,
 }
 
 DefineConsoleMethod(SceneObject, setForwardVector, void, (VectorF newForward, VectorF upVector), (VectorF(0, 0, 0), VectorF(0, 0, 1)),
-   "Get the number of static fields on the object.\n"
-   "@return The number of static fields defined on the object.")
+   "Sets the forward vector of a scene object, making it face Y+ along the new vector.\n"
+   "@param The new forward vector to set.\n"
+   "@param (Optional) The up vector to use to help orient the rotation.")
 {
    object->setForwardVector(newForward, upVector);
 }