JASS Tools
News
Download
Help
JASS Manual
-------------------------------------------------------------

TYPES | FUNCTIONS | VARIABLES

Type camerasetup

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > camerasetup
Children Types:none
Location:common.j, line 62

BACK TO TOP

------------------------------------------------------------

Global variables of type camerasetup:

none

BACK TO TOP

------------------------------------------------------------

Functions that return type camerasetup (     common.j,      common.ai,      Blizzard.j):

native CreateCameraSetup () returns camerasetup
function GetCurrentCameraSetup () returns camerasetup

BACK TO TOP

------------------------------------------------------------

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

BACK TO TOP

------------------------------------------------------------
Copyright (c) 2003 Jeff Pang
Not affiliated or endorsed by Blizzard Entertainment
SourceForge.net Logo