The search keyword must be a single word (no spaces).

Function SetImagePositionBJ

Line
2217
Location
blizzard.j
Constant?
no
Type
function
Arguments
image whichImage, location where, real zOffset
Returns
nothing
2217
function SetImagePositionBJ takes image whichImage, location where, real zOffset returns nothing
2218
    call SetImagePosition(whichImage, GetLocationX(where), GetLocationY(where), zOffset)
2219
endfunction

Information about SetImagePositionBJ

City17 4 years
See: [jassdoc]SetImagePosition[/jassdoc]. The only difference: takes a location instead of X, Y coordinates.
You must be logged in with a standard account to contribute.