top of page
- API -

containerType = reaper.AZ_Wwise_ContainerType_Random()

- API Detail -

▼出力値

containerType(integer) : コンテナ種別(AZ_Wwise_CreateContainerで使用)


AZ_Wwise_ContainerType_Random() : 0

AZ_Wwise_ContainerType_Sequence() : 1

AZ_Wwise_ContainerType_Switch() : 2

AZ_Wwise_ContainerType_Blend() : 3

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath()) 

require("reaper_AZSTOKE_GOLD") 


Msg("Random")

Msg(reaper.AZ_Wwise_ContainerType_Random())


Msg("Sequence")

Msg(reaper.AZ_Wwise_ContainerType_Sequence())


Msg("Switch")

Msg(reaper.AZ_Wwise_ContainerType_Switch())


Msg("Blend")

Msg(reaper.AZ_Wwise_ContainerType_Blend())

Wwise

AZ_Wwise_ContainerType

対応バージョン:

1,2,0

以降

【定数】コンテナ種別

bottom of page