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

Various changes: Fixing namespace and some additions to Player.cs #201

Open
wants to merge 5 commits into
base: 13.1
Choose a base branch
from

Conversation

SrLicht
Copy link
Contributor

@SrLicht SrLicht commented May 22, 2023

  • Remove unused using
  • Fixing namespace in Args
  • Added a property to get or set the distance at which other players can see player information.
  • Added small description of what you can do with Player.PlayerInfo
  • Added a property to get the player's body armor (if they have one)
  • Renamed Player.ReceiveHint to Player.ShowHint
    • Since it's a big update and it's going to break a lot of things, putting some logic to the name of the method with which we send a hint to the player sounds good to me.

SrLicht added 5 commits May 22, 2023 09:29
* Due to the namespace change some events needed to change the declaration of Player to Core.Player
* For some reason there are TOO MANY
* You can now get or set the distance at which other players can see player information.

* Added small description of what you can do with PlayerInfo

* You can now get the player's body armor (if they have one)

* Added a bool to check if the player accepted their voice to be recorded

* Renamed ReceiveHint to SendHint
  * Since it's a big update and it's going to break a lot of things, putting some logic to the name of the method with which we send a hint to the player sounds good to me.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant