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

Adds ix.util.GetUserByCharacterID #453

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

Conversation

bleonheart
Copy link
Contributor

Just a utility function that retrieves a user by a given SteamID, if they are online. This isn't used in many scenarios, but it can be fairly useful in some.

@bleonheart
Copy link
Contributor Author

Also added a OnLeaveArea hook to area that runs when the player leaves an area without crossing to another

@alexgrist
Copy link
Member

Also added a OnLeaveArea hook to area that runs when the player leaves an area without crossing to another

This should be a separate PR

return
end

if hook.Run("ShouldDisplayArea", newID) == false or not area.properties.display then return end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try to stick to the same code style as the rest of the framework.

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.

2 participants