 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Returns explored map textures for a map.
overlayInfo = C_MapExplorationInfo.GetExploredMapTextures(uiMapID)
Arguments[]
- uiMapID
- number : UiMapID
Returns[]
- overlayInfo
- UiMapExplorationInfo[]
| Field |
Type |
Description
|
| textureWidth |
number |
|
| textureHeight |
number |
|
| offsetX |
number |
|
| offsetY |
number |
|
| isShownByMouseOver |
boolean |
|
| isDrawOnTopLayer |
boolean |
Added in 10.0.0
|
| fileDataIDs |
number[] |
|
| hitRect |
UiMapExplorationHitRect |
|
UiMapExplorationHitRect
| Field |
Type |
Description
|
| top |
number |
|
| bottom |
number |
|
| left |
number |
|
| right |
number |
|
Patch changes[]
Patch 8.0.1 (2018-07-17): Added.