epfly6 / RepentanceAPIIssueTracker

An unofficial issue tracker for issues with The Binding of Isaac: Repentance's API.
19 stars 1 forks source link

Isaac.Spawn() should have optional arguments #528

Open Foks256 opened 2 years ago

Foks256 commented 2 years ago

Even tho the spawner argument can be nil, it cannot be left emptied, which I hate with passion, so what if the velocity and spawner were optional?

Isaac.Spawn(entityType, entityVariant, entitySubType, position, velocity = Vector.Zero, spawner = nil)