Merge pull request #41423 from KoBeWi/NEXT.FRAME

Mention that body_set_state is deferred
This commit is contained in:
Rémi Verschelde 2020-08-21 15:05:54 +02:00 committed by GitHub
commit f1230fa671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -804,6 +804,7 @@
</argument>
<description>
Sets a body state using one of the [enum BodyState] constants.
Note that the method doesn't take effect immediately. The state will change on the next physics frame.
</description>
</method>
<method name="body_test_motion">