Skip to content

sprays

Level

Bases: traits.Identifiable

Represnts a level.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

spray_level int

the spray level

display_name str

the display name

display_icon str

the display icon

Spray

Bases: traits.Identifiable

Represents a spray.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

display_name str

the display name

category str

the category

theme_uuid str

the theme uuid

display_icon str

the display icon

full_icon str

the full icon

full_transparent_icon str

the full transparent icon

levels list[Level]

the levels

SprayLevel

Bases: Level

Represnts a spray level.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

spray_level int

the spray level

display_name str

the display name

display_icon str

the display icon