Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getpartymember upgrade #3305

Merged

Commits on Jul 27, 2024

  1. getpartymember update

    getpartymember(<party_id>, <type>, <array>);
    Will now accept any array as argument
    Value returned is the member count
    Uses constants:
    PT_MEMBER_NAME
    PT_MEMBER_CHARID
    PT_MEMBER_ACCID
    
    sample usage:
    .@count = getpartymember(getcharid(CHAR_ID_PARTY, PT_MEMBER_NAME, .@name$);
    jasonch35 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9c48f4f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. invalid type check

    jasonch35 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a79cc0d View commit details
    Browse the repository at this point in the history
  2. explicit party_data null check

    Co-authored-by: Haru <[email protected]>
    jasonch35 and MishimaHaruna authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ff322df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84569df View commit details
    Browse the repository at this point in the history