JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type camerasetup:
none |
Functions that return type camerasetup (   common.j,   common.ai,   Blizzard.j):
native CreateCameraSetup () returns camerasetup |
function GetCurrentCameraSetup () returns camerasetup |
Functions that take type camerasetup as a parameter (   common.j,   common.ai,   Blizzard.j):
native CameraSetupApply (camerasetup whichSetup, boolean doPan, boolean panTimed) returns nothing |
native CameraSetupApplyForceDuration (camerasetup whichSetup, boolean doPan, real forceDuration) returns nothing |
native CameraSetupApplyForceDurationWithZ (camerasetup whichSetup, real zDestOffset, real forceDuration) returns nothing |
function CameraSetupApplyForPlayer (boolean doPan, camerasetup whichSetup, player whichPlayer, real duration) returns nothing |
native CameraSetupApplyWithZ (camerasetup whichSetup, real zDestOffset) returns nothing |
native CameraSetupGetDestPositionLoc (camerasetup whichSetup) returns location |
native CameraSetupGetDestPositionX (camerasetup whichSetup) returns real |
native CameraSetupGetDestPositionY (camerasetup whichSetup) returns real |
native CameraSetupGetField (camerasetup whichSetup, camerafield whichField) returns real |
function CameraSetupGetFieldSwap (camerafield whichField, camerasetup whichSetup) returns real |
native CameraSetupSetDestPosition (camerasetup whichSetup, real x, real y, real duration) returns nothing |
native CameraSetupSetField (camerasetup whichSetup, camerafield whichField, real value, real duration) returns nothing |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |