The search keyword must be a single word (no spaces).
Function CameraSetupApplyForPlayer
- Line
- 1330
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- boolean doPan, camerasetup whichSetup, player whichPlayer, real duration
- Returns
- nothing
| 1330 | function CameraSetupApplyForPlayer takes boolean doPan, camerasetup whichSetup, player whichPlayer, real duration returns nothing |
| 1331 | if (GetLocalPlayer() == whichPlayer) then |
| 1332 | // Use only local code (no net traffic) within this block to avoid desyncs.
|
| 1333 | call CameraSetupApplyForceDuration(whichSetup, doPan, duration) |
| 1334 | endif
|
| 1335 | endfunction
|