Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
SetSignalTimerRate
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. 

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

Sets the rate for the signal timer. 

 

Copyright (c) 2012. All rights reserved.