diff options
| author | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
| commit | d5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch) | |
| tree | d8cd67bd46525102b4ebd4dc3591981966fcdfd4 /doc/classes/Tween.xml | |
| parent | 76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff) | |
| download | godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.tar.gz godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.tar.zst godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.zip | |
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings
Update documentation for ProjectSettings
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/Tween.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index 2332c1a7a..d82694d32 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -181,6 +181,12 @@ Returns [code]true[/code] if any tweens are currently running. Note that this method doesn't consider tweens that have ended. </description> </method> + <method name="is_stopped" qualifiers="const"> + <return type="bool"> + </return> + <description> + </description> + </method> <method name="remove"> <return type="bool"> </return> |
