Vector.Mul
From GMod Wiki
| Function | |
| Syntax | Vector:Mul( Float multiplier ) |
| Description: | |
| Performs scalar multiplication on the vector and the argument. | |
| Returns: | nil |
| In Object: | Vector |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Vector.Mul]Vector.Mul [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This function acts directly on the variable, and therefore returns nothing.
- Same as doing Vector * multiplier.