UO.TileInit

From OpenEUO
Jump to: navigation, search
local bsuccess = UO.TileInit(bnooverrides)

Initializes the tile information for retrieval in OpenEUO. Setting bnooverrides to true forces OpenEUO to disregard the statics override file (VerData.mul), which could be useful for freeshards that do not use the overrides. If you don't know what VerData.mul is, you probably don't need to use the noOverrides option. This function only needs to be called once in a script, and only if tile data is to be accessible.

UO.TileCnt

UO.TileGet