Skip to content

Commit

Permalink
ALTV-469 Update cpp-sdk (#262)
Browse files Browse the repository at this point in the history
* ALTV-469 Set funct name to GetHwId3

ALTV-469 Update cpp-sdk
Add HwidProtHash functions

* ALTV-469 Update cpp-sdk

* ALTV-469 Update cpp-sdk refs

* ALTV-469 update cppsdk

* ALTV-469 Update cpp-sdk

* ALTV-469 fix methods naming

---------

Co-authored-by: Oleg Trofimov <[email protected]>
Co-authored-by: OlegT <[email protected]>
Co-authored-by: Till Schreiber <[email protected]>
  • Loading branch information
4 people authored Dec 26, 2024
1 parent 0fa033d commit f807b59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cpp-sdk
1 change: 1 addition & 0 deletions server/src/classes/ConnectionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern js::Class connectionInfoClass("ConnectionInfo", nullptr, nullptr, [](js::
tpl.LazyProperty<&alt::IConnectionInfo::GetSocialName>("socialClubName");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwIdHash>("hwidHash");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwIdExHash>("hwidExHash");
tpl.LazyProperty<&alt::IConnectionInfo::GetHwid3>("hwid3");
tpl.LazyProperty<&alt::IConnectionInfo::GetAuthToken>("authToken");
tpl.LazyProperty<&alt::IConnectionInfo::GetIsDebug>("debug");
tpl.LazyProperty<&alt::IConnectionInfo::GetBranch>("branch");
Expand Down
1 change: 1 addition & 0 deletions server/src/classes/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ extern js::Class playerClass("Player", &sharedPlayerClass, nullptr, [](js::Class
tpl.LazyProperty<&alt::IPlayer::GetSocialClubName>("socialClubName");
tpl.LazyProperty<&alt::IPlayer::GetHwidHash>("hwidHash");
tpl.LazyProperty<&alt::IPlayer::GetHwidExHash>("hwidExHash");
tpl.LazyProperty<&alt::IPlayer::GetHwid3>("hwid3");
tpl.LazyProperty<&alt::IPlayer::GetCloudID>("cloudID");
tpl.LazyProperty<&alt::IPlayer::GetCloudAuthResult>("cloudAuthResult");

Expand Down

0 comments on commit f807b59

Please sign in to comment.