earwax.cmd.project_credit module

Provides the ProjectCredit class.

class earwax.cmd.project_credit.ProjectCredit(name: str, url: str, sound: Optional[str], loop: bool)

Bases: earwax.mixins.DumpLoadMixin

A representation of the earwax.Credit class.

This class has a different name to avoid possible confusion.

Variables:
  • name – The name of what is being credited.
  • url – A URL for this credit.
  • sound – The sound that will play when this credit is shown in a menu.
  • loop – Whether or not ProjectCredit.sound should loop.
path

Return ProjectCredit.sound as a path.