You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/demoinfocs/game_state.go
+8
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ type gameState struct {
21
21
ctState common.TeamState
22
22
playersByUserIDmap[int]*common.Player// Maps user-IDs to players
23
23
playersByEntityIDmap[int]*common.Player// Maps entity-IDs to players
24
+
playersBySteamID32map[uint32]*common.Player// Maps 32-bit-steam-IDs to players
24
25
playerResourceEntity st.Entity// CCSPlayerResource entity instance, contains scoreboard info and more
25
26
grenadeProjectilesmap[int]*common.GrenadeProjectile// Maps entity-IDs to active nade-projectiles. That's grenades that have been thrown, but have not yet detonated.
26
27
infernosmap[int]*common.Inferno// Maps entity-IDs to active infernos.
0 commit comments