Refactor ESCMovable._is_angle_in_interval() (#373)

* Refactor ESCMovable._is_angle_in_interval().
Fixes #349

* docs: Automatic update of API docs

* Fixes

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-08-24 15:59:29 +02:00
committed by GitHub
parent b230966fc6
commit 3ab3d0945c
2 changed files with 42 additions and 20 deletions

View File

@@ -175,12 +175,6 @@ Update the sprite scale and lighting
- on_event_finished_name: Used if this function is called from an ESC event
### is\_angle\_in\_interval
```gdscript
func is_angle_in_interval(angle: float, direction_angle: ESCDirectionAngle) -> bool
```
### set\_angle
```gdscript