Template:PatchDiff/April 14, 2011 Patch/team fortress 2 content.gcf/tf/resource/ModEvents.res

From Team Fortress Wiki
Jump to: navigation, search
345345 "teamplay_setup_finished"
346346 {
347347 }
N/A348 "teamplay_alert"
N/A349 {
N/A350 "alert_type" "short" // which alert type is this (scramble, etc)?
N/A351 }
348352 
349353 "training_complete"
350354 {
651655 "player_6_kills" "short"
652656 }
653657 
654N/A "inventory_updated"
655N/A {
656N/A }
657N/A 
658658 "air_dash"
659659 {
660660 "player" "byte"
766766 "worldPosX" "float"
767767 "worldPosY" "float"
768768 "worldPosZ" "float"
N/A769 "worldNormalX" "float"
N/A770 "worldNormalY" "float"
N/A771 "worldNormalZ" "float"
769772 "id" "long"
770773 "text" "string" // name (unlocalized)
771774 "lifetime" "float"
772775 "visibilityBitfield" "long" // bitfield of the players that can see this
N/A776 "follow_entindex" "long" // if this is set, follow this entity
N/A777 "show_distance" "bool"
N/A778 "play_sound" "string"
N/A779 "show_effect" "bool"
773780 }
774781 
775782 "hide_annotation"
905912 "object" "byte"
906913 }
907914 
908N/A "cart_updated"
909N/A {
910N/A }
911N/A "store_pricesheet_updated"
912N/A {
913N/A }
914N/A 
915915 "stats_resetround"
916916 {
917917 }
918918 
919N/A "gc_connected"
920N/A {
921N/A }
922N/A "item_schema_initialized"
923N/A {
924N/A }
925N/A 
926919 "achievement_earned_local"
927920 {
928921 "achievement" "short"
981974 "index" "short" // index of the cap being updated
982975 "time" "float" // time
983976 }
N/A977 
N/A978 "player_bonuspoints"
N/A979 {
N/A980 "points" "short"
N/A981 "player_entindex" "short"
N/A982 "source_entindex" "short"
N/A983 }
984984}