RadiatedExodus Public Modules Documentation
GetDeviceType()
Initializing search
    • Home
    • DeviceInfo
    • ColorPickerModule
    • RigConverter
    • StarGenerator
    • GeometryLinesBackground
    • RESignal
    • Home
      • About
      • Usage
          • GetDevicePlatform()
          • GetDeviceType()
          • GetDeviceInput()
          • GetDeviceOrientation()
          • GetWindowSize()
          • GetGraphicsQuality()
          • PlatformType
          • DeviceType
          • InputType
          • DeviceOrientation
          • InputChanged
          • OrientationChanged
          • WindowSizeChanged
          • GraphicsQualityChanged
      • About
      • Usage
          • promptPickColor()
          • returnType
      • About
          • R6()
          • R15()
      • About
          • Generate()
          • posv3
          • posnum
      • About
          • new()
          • StartRender()
          • StopRender()
          • IsRendering()
          • SetAmountOfDots()
          • SetRootFrame()
          • SetDotBackgroundColor3()
          • SetLineBackgroundColor3()
          • SetTransparencyEnabled()
          • RootFrame
          • AmountOfDots
          • DotBackgroundColor3
          • LineBackgroundColor3
          • TransparencyEnabled
          • Rendering
      • About
        • new()
        • RESignal.SignalBehavior
            • Fire()
            • DisconnectAll()
            • Connect()
            • ConnectOnce()
            • Wait()
            • SetSignalBehavior()
            • Destroy()
            • Disconnect()
            • Connected

    GetDeviceType()

    function DeviceInfo.GetDeviceType(): DeviceInfoEnum.DeviceType
    

    Returns DeviceInfoEnum.DeviceType. Used to determine the device's type. (Computer, phone, tablet, console, touchscreen computer)

    Not to be confused with DeviceInfo.GetDevicePlatform().

    Back to top
    Previous GetDevicePlatform()
    Next GetDeviceInput()
    Made with Material for MkDocs