Vector3::add
This function is used to add a Vector3 to another Vector3 or scalar.
Syntax
``` vector.add(Vector3 otherVec); vector.add(number scalar); ```
Required Arguments
- otherVec: Vector3 or number: The vector or scalar to be added to the callee.
Returns
- The sum.
Example #1
Example #2
Example #3
This will throw all players 500 units into the air.