IsXBox
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
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.