Template:PatchDiff/August 18, 2015 Patch/tf/tf2 misc dir.vpk/resource/modevents.res

From Team Fortress Wiki
Jump to: navigation, search
533533 "userid" "short"
534534 }
535535 
N/A536 "player_askedforball"
N/A537 {
N/A538 "userid" "short"
N/A539 }
N/A540 
536541 "localplayer_becameobserver"
537542 {
538543 }
15751580 "attacker" "byte" // index of the player who shot the projectile
15761581 "victim" "byte" // index of the player who got direct-ht
15771582 }
N/A1583 
N/A1584 // passtime
N/A1585 
N/A1586 "pass_get"
N/A1587 {
N/A1588 "owner" "short"
N/A1589 }
N/A1590 
N/A1591 "pass_score"
N/A1592 {
N/A1593 "player" "short"
N/A1594 "points" "byte"
N/A1595 }
N/A1596 
N/A1597 "pass_free"
N/A1598 {
N/A1599 "owner" "short"
N/A1600 "attacker" "short"
N/A1601 }
N/A1602 
N/A1603 "pass_pass_caught"
N/A1604 {
N/A1605 "passer" "short"
N/A1606 "catcher" "short"
N/A1607 "dist" "float"
N/A1608 "duration" "float"
N/A1609 }
N/A1610 
N/A1611 "pass_ball_stolen"
N/A1612 {
N/A1613 "victim" "short"
N/A1614 "attacker" "short"
N/A1615 }
N/A1616 
N/A1617 "pass_ball_blocked"
N/A1618 {
N/A1619 "owner" "short"
N/A1620 "blocker" "short"
N/A1621 }
15781622}