public class QuestVar
extends Object
Modifier and Type | Method and Description |
---|---|
void |
trQuestVarCopy(string QV1,
string QV2)
Copies value of one of the trigger scratch variables.
|
void |
trQuestVarEcho(string QVname)
Chats out the value of one of the trigger scratch variables.
|
float |
trQuestVarGet(string QVname)
Retrieve value of a trigger scratch variable, returns zero if unset.
|
void |
trQuestVarSet(string QVname,
float value)
Sets one of the trigger scratch variables.
|
void |
trQuestVarSetFromRand(string QVname,
float minval,
float maxval,
bool round)
Sets one of the trigger scratch variables within a random range.
|
public void trQuestVarCopy(string QV1, string QV2)
public void trQuestVarEcho(string QVname)
public float trQuestVarGet(string QVname)
public void trQuestVarSet(string QVname, float value)