ScriptInterface:NoiseVector(pos, amp, freq)
Version added: before 9.5
Generates a semi-random vector
Arguments:
| Name | Type | Description | Default | Ver |
| pos | Vector3 | Location to generate the random vector at (nearby locations will have similar "random" vectors) | < 9.5 | |
| amp | real | The average amplitude of the generated vector | < 9.5 | |
| freq | real | The frequency of the noise | < 9.5 |
Return value:
Vector3 the random vector
Generates a semi-random vector.
<< Back to ScriptInterface