CommandQueue: Command Queue

CommandQueueR Documentation

Command Queue

Description

CommandQueue is an R6 class that stores a list of TNT commands to execute in order.

Methods

Public methods


Method add()

Usage
CommandQueue$add(name, arguments = NULL)
Arguments
name

The name of the command.

arguments

The arguments of the command.


Method read_next()

Usage
CommandQueue$read_next(...)
Arguments
...

Ignored.


Method length()

Usage
CommandQueue$length(...)
Arguments
...

Ignored.


Method print()

Usage
CommandQueue$print(...)
Arguments
...

Ignored.


Method clone()

The objects of this class are cloneable with this method.

Usage
CommandQueue$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


paravian/nitro documentation built on Jan. 17, 2025, 11:21 p.m.