PhotoboothParticleEffectEnums

Tracking Issue: #359

This feature provides additional enum values for Photobooth particle effects. To use it, modmakers are required to submit a Pull Request where they will add new enum names, which can then be used when defining particle effects for the Photobooth in XComContent.ini by specifying ParticleEffectTypes = ePPET_NAME within an m_arrAnimationPoses entry, and ParticleEffectType = ePPET_NAME within a ParticleEffects entry. The enum value will then be used by the game to connect the two entries. Note that it's also possible to add particle effects to Photobooth poses by adding them directly to AnimSequences via PlayParticleEffect AnimNotifies, like TLP poses do.

Source code references