We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Matthias,
can you help me out, im trying to get application to train a scv but it just will not work Here is my code
static Action BuildScv(GameState state) { var unit = state.NewObservation.Observation.RawData.Units.First(u => u.UnitType == (uint)18); var a5 = new Action(); a5.ActionRaw = new ActionRaw(); a5.ActionRaw.UnitCommand = new ActionRawUnitCommand(); a5.ActionRaw.UnitCommand.AbilityId = (int)524; a5.ActionRaw.UnitCommand.TargetUnitTag = unit.Tag; a5.ActionRaw.UnitCommand.UnitTags.Add(unit.Tag); return a5; }
sadly the api does not return any error.
BR and thanks in advance Nick
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Matthias,
can you help me out, im trying to get application to train a scv but it just will not work
Here is my code
sadly the api does not return any error.
BR and thanks in advance
Nick
The text was updated successfully, but these errors were encountered: