feat(headless): complete deterministic bot command parity
This commit is contained in:
parent
7e8acb74dd
commit
38e83640d9
37 changed files with 2805 additions and 295 deletions
|
|
@ -105,6 +105,13 @@ public interface IRuntimeSelectionCommands
|
|||
RuntimeCommandResult Execute(
|
||||
RuntimeGenerationToken expectedGeneration,
|
||||
RuntimeSelectionCommand command);
|
||||
|
||||
RuntimeCommandResult SelectObject(
|
||||
RuntimeGenerationToken expectedGeneration,
|
||||
uint objectId);
|
||||
|
||||
RuntimeCommandResult Clear(
|
||||
RuntimeGenerationToken expectedGeneration);
|
||||
}
|
||||
|
||||
public interface IRuntimeCombatCommands
|
||||
|
|
@ -132,6 +139,13 @@ public interface IRuntimeMovementCommands
|
|||
RuntimeCommandResult Execute(
|
||||
RuntimeGenerationToken expectedGeneration,
|
||||
RuntimeMovementCommand command);
|
||||
|
||||
RuntimeCommandResult SetIntent(
|
||||
RuntimeGenerationToken expectedGeneration,
|
||||
in Gameplay.MovementInput input);
|
||||
|
||||
RuntimeCommandResult ClearIntent(
|
||||
RuntimeGenerationToken expectedGeneration);
|
||||
}
|
||||
|
||||
public interface IRuntimeChatCommands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue