scp-fs2open / fs2open.github.com

Origin Repository for SCP FreeSpace 2 Open
https://www.hard-light.net/
Other
402 stars 161 forks source link

use functions for getting swarm info and corkscrew info #6357

Closed Goober5000 closed 1 week ago

Goober5000 commented 2 weeks ago

Apparently virtvars can only return one value. This deprecates the virtvars and adds function equivalents for getting weapon class swarm info and corkscrew info. Fixes a bug reported by Woolie Wool in Discord.

(I tested both getSwarmInfo() and getCorkscrewInfo() with Woolie Wool's script. Both work as expected and a regex search shows no other multiple-return virtvars in the codebase.)

wookieejedi commented 2 weeks ago

Fixes #6358