Tsuey / L4D2-Community-Update

Help us shape the potential future of L4D2 vanilla.
70 stars 23 forks source link

Make all DirectorScript constants global #521

Open alexiscoutinho opened 4 months ago

alexiscoutinho commented 4 months ago

Suggestion

I think it would be great for all modders if all the scripted mode caps enumerations were moved to the global constants table. It shouldn't impact any current scripts as DirectorScript already falls back to the global consts table. It would be great to not be forced to use DirectorScript. to access them whenever your scope is different.