PLAYER_LANGUAGE_* Constant Group

From NWN Lexicon
Jump to navigationJump to search
Nwnee logo.jpg Note: This article documents Neverwinter Nights: Enhanced Edition new content or changes/updates/fixes to 1.69 functions. These are all listed under the category and patches pages.

Return type of GetPlayerDevicePlatform.


Constants

Constant Value Description
PLAYER_DEVICE_PLATFORM_ANDROID_ARM32 40 Android ARM32 device.
PLAYER_DEVICE_PLATFORM_ANDROID_ARM64 41 Android ARM64 device.
PLAYER_DEVICE_PLATFORM_ANDROID_X64 42 Android x64 device.
PLAYER_DEVICE_PLATFORM_INVALID 0 Invalid platform, either privacy settings enabled or the client is too old to send the right info.
PLAYER_DEVICE_PLATFORM_IOS 30 Apple iOS device.
PLAYER_DEVICE_PLATFORM_LINUX_ARM32 12 Linux ARM32 device.
PLAYER_DEVICE_PLATFORM_LINUX_ARM64 13 Linux ARM64 device.
PLAYER_DEVICE_PLATFORM_LINUX_X64 11 Linux x64 device.
PLAYER_DEVICE_PLATFORM_LINUX_X86 10 Linux x86 device.
PLAYER_DEVICE_PLATFORM_MAC_X64 21 Apple Mac x64 device.
PLAYER_DEVICE_PLATFORM_MAC_X86 20 Apple Mac x86 device.
PLAYER_DEVICE_PLATFORM_MICROSOFT_XBOXONE 60 Microsoft Xbox One device.
PLAYER_DEVICE_PLATFORM_NINTENDO_SWITCH 50 Nintendo Switch device.
PLAYER_DEVICE_PLATFORM_SONY_PS4 70 Sony PS4 device.
PLAYER_DEVICE_PLATFORM_WINDOWS_X64 2 Windows x64 device.
PLAYER_DEVICE_PLATFORM_WINDOWS_X86 1 Windows x86 device.


Version

This constants group was added in 1.85.8193.31 of NWN:EE.


See Also

functions: GetPlayerDevicePlatform