WaitUntilCommand

class commands1.WaitUntilCommand(*args, **kwargs)

Bases: commands1._impl._commands_v1.command.Command

A WaitCommand will wait until a certain match time before finishing.

This will wait until the game clock reaches some value, then continue to the next command.

This class is provided by the OldCommands VendorDep

@see CommandGroup

Overloaded function.

  1. __init__(self: commands1._impl._commands_v1.command.WaitUntilCommand, time: seconds) -> None

  2. __init__(self: commands1._impl._commands_v1.command.WaitUntilCommand, name: str, time: seconds) -> None

isFinished() bool

Check if we’ve reached the actual finish time.