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.DumpLoadMixinA representation of the
earwax.Creditclass.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.soundshould loop.
-
path¶ Return
ProjectCredit.soundas a path.