top of page
- API -
reaper.AZ_Wwise_DeleteObject(itemID)
- API Detail-
▼入力値
ItemID(string) : オブジェクトのID(orパス)
▼出力値
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
if reaper.AZ_Wwise_Connect("127.0.0.1", 8080) then
itemPath = "\\Actor-Mixer Hierarchy\\Default Work Unit\\test\\AZ ActorMixer"
reaper.AZ_Wwise_DeleteObject(itemPath)
Msg(reaper.AZ_GetErrorCode())
reaper.AZ_Wwise_Disconnect()
end
Wwise
AZ_Wwise_DeleteObject
Supported versions:
1,2,0
onwards
オブジェクトを削除

bottom of page