GetNameBoard#
- ExportStudio.GetNameBoard(idOrName)#
指定したプレイヤーのネームプレートに対応する
ExportSystemItem
を取得します。
存在しない場合はnil
を返します。- Parameters:
idOrName (
string
) -- プレイヤーのIDまたは名前- Returns:
ネームプレートに対応する
ExportSystemItem
- Return type:
Example#
local nameBoard = vci.vc.studio.GetNameBoard("Player")