Added ability in SDKTools to get/set prop values on gamerules class (bug 4983, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-07-06 17:37:35 -04:00
parent f24efc17c1
commit 4521f80e5a
20 changed files with 1058 additions and 38 deletions
+2
View File
@@ -19,6 +19,8 @@
"SlapSoundCount" "2"
"SlapSound1" "player/damage1.wav"
"SlapSound2" "player/damage2.wav"
"GameRulesProxy" "CTerrorGameRulesProxy"
}
}
+2
View File
@@ -19,6 +19,8 @@
"SlapSoundCount" "2"
"SlapSound1" "player/damage1.wav"
"SlapSound2" "player/damage2.wav"
"GameRulesProxy" "CTerrorGameRulesProxy"
}
}
@@ -42,5 +42,10 @@
"windows" "442"
}
}
"Keys"
{
"GameRulesProxy" "CAlienSwarmProxy"
}
}
}
+2
View File
@@ -20,6 +20,8 @@
"SlapSound1" "player/damage1.wav"
"SlapSound2" "player/damage2.wav"
"SlapSound3" "player/damage3.wav"
"GameRulesProxy" "CCSGameRulesProxy"
}
"Offsets"
@@ -62,5 +62,10 @@
"windows" "442"
}
}
"Keys"
{
"GameRulesProxy" "CDDDGameRulesProxy"
}
}
}
+5
View File
@@ -101,5 +101,10 @@
"mac" "408"
}
}
"Keys"
{
"GameRulesProxy" "CDODGameRulesProxy"
}
}
}
+5
View File
@@ -101,5 +101,10 @@
"mac" "408"
}
}
"Keys"
{
"GameRulesProxy" "CTFGameRulesProxy"
}
}
}