Get Battle Member Mask
Signature
Description
Returns which party members are in the active party.
The returned value is a 32 bit field where as each bit represents the identifier of a party member.
For example, if Vaan (0), Basch (4) and Penelo (5) where in the active party, the returned value would be 2^0 + 2^4 + 2^5 = 49
.
Notes
For a list of party member identifiers, you can view the battlepack spreadsheet in Resources.
Last updated