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

TYPES | FUNCTIONS | VARIABLES

Type camerafield

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > camerafield
Children Types:none
Location:common.j, line 61

BACK TO TOP

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

Global variables of type camerafield:

common.j:
CAMERA_FIELD_ANGLE_OF_ATTACK, CAMERA_FIELD_FARZ, CAMERA_FIELD_FIELD_OF_VIEW, CAMERA_FIELD_ROLL, CAMERA_FIELD_ROTATION, CAMERA_FIELD_TARGET_DISTANCE, CAMERA_FIELD_ZOFFSET

BACK TO TOP

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

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

constant native ConvertCameraField (integer i) returns camerafield

BACK TO TOP

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

Functions that take type camerafield as a parameter (     common.j,      common.ai,      Blizzard.j):

native AdjustCameraField (camerafield whichField, real offset, real duration) returns nothing
native CameraSetupGetField (camerasetup whichSetup, camerafield whichField) returns real
function CameraSetupGetFieldSwap (camerafield whichField, camerasetup whichSetup) returns real
native CameraSetupSetField (camerasetup whichSetup, camerafield whichField, real value, real duration) returns nothing
constant native GetCameraField (camerafield whichField) returns real
native SetCameraField (camerafield whichField, real value, real duration) returns nothing
function SetCameraFieldForPlayer (player whichPlayer, 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