diff --git a/doc_classes/BulletServer.xml b/doc_classes/BulletServer.xml index e5c8320..0f64bb8 100644 --- a/doc_classes/BulletServer.xml +++ b/doc_classes/BulletServer.xml @@ -60,10 +60,10 @@ The total number of bullets managed by this server. A [BulletServer] generates all bullets on ready, and adds/removes them from play by cycling them between active and inactive groups. Spawning bullets pulls them from the inactive group and makes them active, and recycles the oldest active bullet if no inactive bullets are available. - + The maximium lifetime of any [Bullet] managed by the server. Bullets older than this are automatically popped. - + 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.