JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type image:
|
Functions that return type image (   common.j,   common.ai,   Blizzard.j):
native CreateImage (string file, real sizeX, real sizeY, real sizeZ, real posX, real posY, real posZ, real originX, real originY, real originZ, integer imageType) returns image |
function CreateImageBJ (string file, real size, location where, real zOffset, integer imageType) returns image |
function GetLastCreatedImage () returns image |
native LoadImageHandle (hashtable table, integer parentKey, integer childKey) returns image |
function LoadImageHandleBJ (integer key, integer missionKey, hashtable table) returns image |
Functions that take type image as a parameter (   common.j,   common.ai,   Blizzard.j):
native DestroyImage (image whichImage) returns nothing |
native SaveImageHandle (hashtable table, integer parentKey, integer childKey, image whichImage) returns boolean |
function SaveImageHandleBJ (image whichImage, integer key, integer missionKey, hashtable table) returns boolean |
native SetImageAboveWater (image whichImage, boolean flag, boolean useWaterAlpha) returns nothing |
native SetImageColor (image whichImage, integer red, integer green, integer blue, integer alpha) returns nothing |
function SetImageColorBJ (image whichImage, real red, real green, real blue, real alpha) returns nothing |
native SetImageConstantHeight (image whichImage, boolean flag, real height) returns nothing |
native SetImagePosition (image whichImage, real x, real y, real z) returns nothing |
function SetImagePositionBJ (image whichImage, location where, real zOffset) returns nothing |
native SetImageRender (image whichImage, boolean flag) returns nothing |
native SetImageRenderAlways (image whichImage, boolean flag) returns nothing |
native SetImageType (image whichImage, integer imageType) returns nothing |
native ShowImage (image whichImage, boolean flag) returns nothing |
function ShowImageBJ (boolean flag, image whichImage) returns nothing |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |