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
|