Get Party Member Mask
Signature
Description
Returns which party members are in the entire party (active and reserve).
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
Last updated