GetPlayerDevicePlatform(object)
From NWN Lexicon
Jump to navigationJump to searchReturns the players device platform, if available.
Parameters
- oPlayer
- Player object from whom to query device platform
Description
Returns a PLAYER_DEVICE_PLATFORM_* constant, or PLAYER_DEVICE_PLATFORM_INVALID if unavailable.
Remarks
If privacy settings are enabled, or the client is too old, this will return PLAYER_DEVICE_PLATFORM_INVALID.
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: | GetPlayerLanguage, GetPlayerDeviceProperty |