Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_Action::SetSignalTimerRate Method
Syntax
C++
int SetSignalTimerRate(IFunctionHandler* pH, ScriptHandle entityId, const char * sText, float fRateMin, float fRateMax);
Parameters 
Description 
ScriptHandle entityId 
Identifier for the entity. 
const char * sText 
Text for the signal. 
float fRateMin 
Minimum rate for the signal timer. 
float fRateMax 
Maximum rate for the signal timer. 

!

Action.SetSignalTimerRate( entityId, sText, fRateMin, fRateMax )

!  

!  

!  

!  

! Sets the rate for the signal timer. 

 

Copyright (c) 2012. All rights reserved.