- Messages
- 5,127
- Reaction score
- 2,904
- Points
- 1,103
| Variable Name | Description | Example | Return type |
| level.console | Returns true if game is on console ((level.ps3 || level.xenon || level.wii )) | 1 | Boolean |
| level.onlineGame | Returns true if game is online | 1 | Boolean |
| level.rankedMatch | Returns true if game is a ranked Match | 0 | Boolean |
| level.script | Returns the map name | mp_dome ( ) | String |
| level.gametype | Returns the name of the gamemode | war | String |
| isSplitScreen() | Returns if you are using splitscreen | 1 | Boolean |
| level.showingFinalKillcam | Returns if there is a final killcam | 1 | Boolean |
| level.endGameOnTimeLimit | Returns if game ends on limit | 1 | Boolean |
| level.objectiveBased | Returns if game is objective based | 0 | Boolean |
| level.teamBased | Returns if game is team based | 1 | Boolean |
| level.players | Returns an array with all players | Array |
If you have ideas or more comment them below
Best regards,
CabCon.
Last edited by a moderator: