BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PaintDatabaseWrapper : ObjectWrapper

View Implementation

_NODISCARD bool 
IsNull() const



operator bool() const



ArrayWrapper 
GetPaints() const



_NODISCARD bool 
AddCustomPaintColor(const std::string &name, const LinearColor &color)


Parameter Type Description
name const std::string &
color LinearColor

_NODISCARD bool 
UpdateCustomPaintColor(const std::string &name, const LinearColor &color)


Parameter Type Description
name const std::string &
color LinearColor

std::string 
GetPaintName(int PaintID)


Parameter Type Description
PaintID int

int 
GetPaintID(std::string &PaintName)


Parameter Type Description
PaintName std::string &