X2CommunityCore / X2WOTCCommunityHighlander

https://steamcommunity.com/workshop/filedetails/?id=1134256495
MIT License
60 stars 68 forks source link

[Discussion] Photobooth Class Filter requests #320

Open robojumper opened 6 years ago

robojumper commented 6 years ago

After #316 lands without issues, this serves as a request thread/tracking issue for all additional enums.

Enum Requesting User(s) Workshop Link Since
___ ___ \<none> ___
Onidotmoe commented 5 years ago

Isn't this a bit extreme for filtering purposes?

You could do something like :

var name UnitClass; var array Poses;

Having the UnitClass describe its own whitelisted poses and adding/removing from that list could be an easier solution than adding enums for each class, not to mention that enums won't work well with custom classes.

Not too interested in the Photobooth atm, just my 3,5cents