Xbox 360 Call of Duty 4 modification
iw3xenon is a plugin for Xbox 360 that extends the base game engine with various features.
These commands were reintroduced after being removed in Title Update #4:
noclip
- toggle noclipufo
- toggle ufo
<player> executeclientcommand(string <command>)
Executes the given console command for the player.
Usage example self executeclientcommand("cg_fov 80")
<player> jumpbuttonpressed()
Returns true if the jump button is pressed.
<player> leanleftbuttonpressed()
Returns true if the lean left button is pressed.
<player> leanrightbuttonpressed()
Returns true if the lean right button is pressed.