Mention that body_set_state is deferred

(cherry picked from commit 255129a5d9)
This commit is contained in:
Tomasz Chabora 2020-08-21 13:29:58 +02:00 committed by Rémi Verschelde
parent c5abc57f8a
commit e880956943
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -804,6 +804,7 @@
</argument> </argument>
<description> <description>
Sets a body state using one of the [enum BodyState] constants. 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> </description>
</method> </method>
<method name="body_test_motion"> <method name="body_test_motion">