Skip to content

Commit

Permalink
Update docs again?
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnvoker committed Oct 12, 2023
1 parent ac2afe4 commit 051e63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_classes/BulletServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<member name="max_lifetime" type="float" setter="set_max_lifetime" getter="get_max_lifetime" default="0.0">
The maximium lifetime of any [Bullet] managed by the server. Bullets older than this are automatically popped.
</member>
<member name="play_area_allow_incoming" type="bool" setter="set_play_area_allow_incoming" getter="get_play_area_allow_incoming" default="true">
<member name="play_area_allow_incoming" type="bool" setter="set_play_area_allow_incoming" getter="get_play_area_allow_incoming" default="false">
If [code]true[/code], bullets outside of the play area will only be automatically popped if they are moving away from it.
Bullets outside of the play area will not detect collisions.
Calculation of whether bullet is "incoming" is approximate, and based on its angle to the center of the play area, so bullets that would enter a corner of the play area at an oblique angle may still be popped.
Expand Down

0 comments on commit 051e63e

Please sign in to comment.