tuxemon.cli.commands.print module

class tuxemon.cli.commands.print.PrintCommand[source]

Bases: CLICommand

Print variables set by map event actions.

description: ClassVar[str] = 'Print values of variables set using map actions and events.'
example: ClassVar[str] = 'print steps'
invoke(ctx, line)[source]

Print values of variables set using map actions and events.

Parameters:
  • ctx (InvokeContext) – Contains references to parts of the game and CLI interface.

  • line (str) – Complete text as entered into the prompt.

Return type:

None

name: ClassVar[str] = 'print'