GetNameBoard#

ExportStudio.GetNameBoard(idOrName)#

指定したプレイヤーのネームプレートに対応する ExportSystemItem を取得します。
存在しない場合は nil を返します。

Parameters:

idOrName (string) -- プレイヤーのIDまたは名前

Returns:

ネームプレートに対応する ExportSystemItem

Return type:

ExportSystemItem

Example#

local nameBoard = vci.vc.studio.GetNameBoard("Player")