Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.1 KB

RobotCommand.md

File metadata and controls

14 lines (11 loc) · 1.1 KB

Tgm.Roborally.Api.Model.RobotCommand

A command for a robot to execute

Properties

Name Type Description Notes
Type Instruction
Parameters List<Pair> Defines parameters for the instruction.<br>Example: Effect: &quot;Move {steps} steps forward&quot;<br> `{steps}` is the number of steps the robot will do. And the exact value (of steps) will be defined in here (`values`) [optional]
Description string A description about the effect of the command. Variables are using the format `{name}` where name refers to the names in `values`. [optional] [default to "null"]
Name string The ame to display for this Command. Not unique (identifying) [optional]
Times int Describes how often this command is going to be executed [optional] [default to 1]

[Back to Model list] [Back to API list] [Back to README]