Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_Entity::SetAudioRtpcValue Method
Syntax
C++
int SetAudioRtpcValue(IFunctionHandler* pH, ScriptHandle const hRtpcID, float const fValue, ScriptHandle const hAudioProxyLocalID);
Parameters 
Description 
ScriptHandle const hRtpcID 
the audio RTPC ID handle 
float const fValue 
the RTPC value 
ScriptHandle const hAudioProxyLocalID 
ID of the AuxAudioProxy local to the EntityAudioProxy (to address the default AuxAudioProxy pass 1 to address all AuxAudioProxies pass 0) 

nil

!

Entity.SetAudioRtpcValue( hRtpcID, fValue, hAudioProxyLocalID )

! Set the specified audio RTPC to the specified value on the current Entity.!  

!  

!  

!  

 

Copyright (c) 2012. All rights reserved.