Jass:CameraSetTargetNoiseForPlayer
Aus Mappedia
| Funktion: CameraSetTargetNoiseForPlayer | |
|---|---|
| Parameter: | player real real |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function CameraSetTargetNoiseForPlayer takes player whichPlayer, real magnitude, real velocity returns nothing if (GetLocalPlayer() == whichPlayer) then // Use only local code (no net traffic) within this block to avoid desyncs. call CameraSetTargetNoise(magnitude, velocity) endif endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| player | whichPlayer | |
| real | magnitude | |
| real | velocity |
