Skip to content

Commit

Permalink
Doc: BeamClass.getSpeed() returns m/s.
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Oct 15, 2023
1 parent ac50e52 commit ac01130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/angelscript/Script2Game/BeamClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ class BeamClass
/**
* Orientation on all axes packed to single quaternion. Use `getYaw()`, `getPitch()` and `getRoll()` for individual rotations in radians.
*/
quaternion getOrientation()
quaternion getOrientation();

/**
* Meters per second.
* Returns average node speed in meters/second.
*/
float getSpeed();

Expand Down

0 comments on commit ac01130

Please sign in to comment.