Skip to content

Commit

Permalink
Added identification stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
emcifuntik committed Jul 8, 2019
1 parent 762c742 commit c98d989
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion entities/IPlayer.h
Expand Up @@ -18,7 +18,11 @@ namespace alt
virtual void Despawn() = 0;

virtual StringView GetName() const = 0;
virtual void SetName(StringView name) = 0;

virtual uint64_t GetSocialID() const = 0;
virtual uint64_t GetHwidHash() const = 0;
virtual uint64_t GetHwidExHash() const = 0;
virtual StringView GetAuthToken() const = 0;

virtual uint16_t GetHealth() const = 0;
virtual void SetHealth(uint16_t health) = 0;
Expand Down

0 comments on commit c98d989

Please sign in to comment.