Fix command docs, automate API doc generation (#327)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
Dennis Ploeger
2021-07-27 16:05:14 +02:00
committed by GitHub
parent 43dc217359
commit 604cccb56d
25 changed files with 575 additions and 161 deletions

View File

@@ -1,4 +1,4 @@
# `camera_set_zoom_height pixels [time]
# `camera_set_zoom_height pixels [time]`
#
# Zooms the camera in/out to the desired `pixels` height.
# An optional `time` in seconds controls how long it takes for the camera

View File

@@ -1,4 +1,4 @@
# `teleport object1 object2
# `teleport object1 object2`
#
# Sets the position of object1 to the position of object2.
# FIXME re-add the angle parameter here

View File

@@ -1,4 +1,4 @@
# `teleport_pos object1 x y
# `teleport_pos object1 x y`
#
# Sets the position of object1 to the position (x,y).
# FIXME re-add the angle parameter here