Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 338 Bytes

getDevice

API

// プレイヤーのOSを取得する。
$this->getServer()->getPluginManager()->getPlugin('getDevice')->getAPI()->getOS(/* Player */);

// プレイヤーのデバイスモデルを取得する。
$this->getServer()->getPluginManager()->getPlugin('getDevice')->getAPI()->getModel(/* Player */);