RWESharp.Loaders.Prop.Prop

class RWESharp.Loaders.Prop.Prop(item: 'dict', name: 'str', type: 'str', repeatl: 'list[int]', description: 'str', images: 'list[QImage]', colorTreatment: 'str', vars: 'int', color: 'QColor', cat: 'QPoint', tags: 'list[str]', err: 'bool', category: 'PropCategory', notes: 'list[str]', size: 'QSize', layerExceptions: 'list' = <class 'list'>, beveltable: 'None | list[int]' = None, rope: 'bool' = False, long: 'bool' = False)[source]

Bases: object

Parameters:
__init__(item: dict, name: str, type: str, repeatl: list[int], description: str, images: list[~PySide6.QtGui.QImage], colorTreatment: str, vars: int, color: ~PySide6.QtGui.QColor, cat: ~PySide6.QtCore.QPoint, tags: list[str], err: bool, category: ~RWESharp.Loaders.Prop.PropCategory, notes: list[str], size: ~PySide6.QtCore.QSize, layerExceptions: list = <class 'list'>, beveltable: None | list[int] = None, rope: bool = False, long: bool = False) None
Parameters:
Return type:

None

Methods

__init__(item, name, type, repeatl, ...[, ...])

copy()

get(key[, default])

Attributes

item: dict
name: str
type: str
repeatl: list[int]
description: str
images: list[QImage]
colorTreatment: str
vars: int
color: QColor
cat: QPoint
tags: list[str]
err: bool
category: PropCategory
notes: list[str]
size: QSize
layerExceptions

alias of list

beveltable: None | list[int] = None
rope: bool = False
long: bool = False
property colorable
get(key, default=None)[source]
copy()[source]