Jass:CreateImageBJ
Aus Mappedia
| Funktion: CreateImageBJ | |
|---|---|
| Parameter: | string real location real integer |
| Rückgabewert: | image |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function CreateImageBJ takes string file, real size, location where, real zOffset, integer imageType returns image set bj_lastCreatedImage = CreateImage(file, size, size, size, GetLocationX(where), GetLocationY(where), zOffset, 0, 0, 0, imageType) return bj_lastCreatedImage endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| string | file | |
| real | size | |
| location | where | |
| real | zOffset | |
| integer | imageType |
