The search keyword must be a single word (no spaces).
Function CameraSetTargetNoiseForPlayer
- Line
- 1476
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- player whichPlayer, real magnitude, real velocity
- Returns
- nothing
| 1476 | function CameraSetTargetNoiseForPlayer takes player whichPlayer, real magnitude, real velocity returns nothing |
| 1477 | if (GetLocalPlayer() == whichPlayer) then |
| 1478 | // Use only local code (no net traffic) within this block to avoid desyncs.
|
| 1479 | call CameraSetTargetNoise(magnitude, velocity) |
| 1480 | endif
|
| 1481 | endfunction
|