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

added an is_chatting boolean flag to the PlayerState struct #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 26, 2023

  1. added an is_chatting boolean flag to the PlayerState struct

    You can now check a minqlx.Player whether their chat indicator is active via minqlx.Player.state.is_chatting
    mgaertne authored May 26, 2023
    Configuration menu
    Copy the full SHA
    89dff94 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Update python_embed.c

    moved the field after the last previous position to keep consistent with previous versions of minqlx.
    mgaertne authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2b1dc65 View commit details
    Browse the repository at this point in the history