GetMyFlipBoard#

ExportFlipBoardSystem.GetMyFlipBoard()#

ローカルプレイヤーの ExportFlipBoard を取得します。

Returns:

フリップボード

Return type:

ExportFlipBoard

Examples#

-- ローカルプレイヤーのExportFlipBoardを取得し、そのテクスチャをマテリアルに設定する
local materialName = "ExampleMaterial"
local myFlipBoard = vci.vc.room.flipBoard.GetMyFlipBoard()
vci.assets.material.SetTexture(materialName, myFlipBoard.GetTextureId())