IsXBox

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the game is running on the XBox.

Syntax

[help]
(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.

See Also