Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Added GetDedicatedServerKeyV2
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed May 7, 2019
1 parent a9c3fab commit 3ff0708
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dota-api-functions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,13 @@ declare function FireGameEventLocal(eventName: string, eventData: table): void;
*/
declare function FrameTime(): number;
/**
* Get the dedicated server secret based on some version seed.
* [DEPRECATED: Use GetDedicatedServerKeyV2 instead] Get the dedicated server secret based on some version seed.
*/
declare function GetDedicatedServerKey(version: string): string;
/**
* Get the dedicated server secret based on some version seed.
*/
declare function GetDedicatedServerKeyV2(version: string): string;
/**
* Get the enity index for a tree id specified as the entindex_target of a DOTA_UNIT_ORDER_CAST_TARGET_TREE.
*/
Expand Down

0 comments on commit 3ff0708

Please sign in to comment.