• The Definitive Guide To MW3 Hacks, Mods and Cheats In 2019!

    You are interested in MW3 Hacks, Mods, Cheats or Trainers. Check our guide! Click here!

GSC Call of Duty: Modern Warfare 3 GSC Variables (Data Types) and their meaning

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
Variable NameDescriptionExampleReturn type
level.consoleReturns true if game is on console ((level.ps3 || level.xenon || level.wii ))1Boolean
level.onlineGameReturns true if game is online1Boolean
level.rankedMatchReturns true if game is a ranked Match0Boolean
level.scriptReturns the map namemp_dome (
You do not have permission to view link Log in or register now.
)
String
level.gametypeReturns the name of the gamemodewarString
isSplitScreen()Returns if you are using splitscreen1Boolean
level.showingFinalKillcamReturns if there is a final killcam1Boolean
level.endGameOnTimeLimitReturns if game ends on limit1Boolean
level.objectiveBasedReturns if game is objective based0Boolean
level.teamBasedReturns if game is team based1Boolean
level.playersReturns an array with all playersArray



If you have ideas or more comment them below :wink:

Best regards,
CabCon.
 
Last edited by a moderator:
Top