RWESharp.Loaders.PropLoader

Functions

getcolors()

load_prop(item, colr, category, catnum, indx)

load_props(tiles, window)

tile2prop(tile, cat, category)

Classes

PropPackLoader(data[, parent])

PropProgress(window, workers)

Tile2PropLoader(categories[, parent])

RWESharp.Loaders.PropLoader.load_prop(item: dict, colr, category, catnum, indx)[source]
Parameters:

item (dict)

RWESharp.Loaders.PropLoader.tile2prop(tile: Tile, cat, category)[source]
Parameters:

tile (Tile)

class RWESharp.Loaders.PropLoader.PropPackLoader(data, parent=None)[source]
run()[source]
staticMetaObject = PySide6.QtCore.QMetaObject("PropPackLoader" inherits "QThread": )
class RWESharp.Loaders.PropLoader.Tile2PropLoader(categories: list[TileCategory], parent=None)[source]
Parameters:

categories (list[TileCategory])

run()[source]
staticMetaObject = PySide6.QtCore.QMetaObject("Tile2PropLoader" inherits "QThread": )
class RWESharp.Loaders.PropLoader.PropProgress(window, workers)[source]
run()[source]
staticMetaObject = PySide6.QtCore.QMetaObject("PropProgress" inherits "QThread": )
RWESharp.Loaders.PropLoader.load_props(tiles: Tiles, window: SplashDialog)[source]
Parameters:
RWESharp.Loaders.PropLoader.getcolors()[source]