Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyCommandCenter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Starcraft AI Course
PyCommandCenter
Commits
06370875
Commit
06370875
authored
4 years ago
by
Hannes Jämtner
Browse files
Options
Downloads
Patches
Plain Diff
Linked constants in idabot
parent
9b0d2b10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7
Uppdaterat API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/idabot.rst
+3
-3
3 additions, 3 deletions
docs/idabot.rst
with
3 additions
and
3 deletions
docs/idabot.rst
+
3
−
3
View file @
06370875
...
...
@@ -112,12 +112,12 @@ The debug-methods are a great tool for speeding up the process.
.. method:: IDABot.debug_create_unit(self, UnitTypeID, Point2D, Player Constant, Int)
This method creates the nr (INT) of units on the position
of the
Point2D, the unit
This method creates the nr (INT) of units on the position
:class:`library.
Point2D
`
, the unit
belongs to the Player Constant
.. method:: IDABot.debug_kill_unit(self, Unit)
Kills the
u
nit
Kills the
:class:`library.U
nit
`
.. method:: IDABot.debug_show_map(self)
...
...
@@ -178,7 +178,7 @@ The debug-methods are a great tool for speeding up the process.
.. method:: IDABot.debug_set_energy(self, Float, Unit)
Set the amount (Float) of energy to the
u
nit
Set the amount (Float) of energy to the
:class:`library.U
nit
`
The maximum depends on the unit maxenergy.
Note: This is not in percent of the unit energy.
Same goes for life and shields.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment