IsXBox
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Returns 1 if the game is running on the XBox.
Syntax
(0, 1:int) IsXBox
Example
if IsXBox
Notes
- This function will return true on PC if the player uses an Xbox controller (or a Steam Controller) to play. As such, it is NOT recommended to use as a way of blocking dialogue options or messages that the player is not supposed to see. For this purpose, you should use IsPS3 instead.