Skip to content

Commit 52ea06a

Browse files
committed
add some missing Game api
1 parent b519fd5 commit 52ea06a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/panorama-types/types/api.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,12 @@ interface CScriptBindingPR_Game {
14431443

14441444
IsInBanPhase(): boolean;
14451445

1446+
GetConvarBool(name: string): boolean;
1447+
1448+
GetConvarInt(name: string): number;
1449+
1450+
GetConvarFloat(name: string): number;
1451+
14461452
/**
14471453
* Return the team id of the winning team.
14481454
*/

0 commit comments

Comments
 (0)