Functions Documentation |
|
Name |
itmGetImageDesc |
Syntax |
(itmGetImageDesc item) -> imageDesc |
Argument List |
item: the itemStruct of the item in question. |
Returns |
a list of 5 numbers that comprise an imageDesc.
the first is the UNID of the image resource as a number,
the second and the third are the x,y coordinates in pixels of the resource image (from the top left corner of the image)
the fourth and fifth are the sizes of the resource image in pixels. (first width then height) |
Category |
item
|
Description |
Allows one to get an imageDesc of an item |
Example |
(itmGetImageDesc (itmCreate &itHelium3FuelRod; 1))
returns (61725 288 96 96 96) |
Comment |
Not used in Transcendence.tdb |