FullVariableSet.cs File Reference

Classes

class  Wrench.FullVariableSet
 This set represents a set of variables in text, denoted by Implemented at e.g. UI.Variables/Speech.Variables. The event OnFind can be used to resolve a variable not found in either custom variables or the language (for localization) set. Nested variables (variables in a variables text) are evaluated at the point of replacement, not load. More...
 

Namespaces

 Wrench
 The Wrench Framework contains the Nitro scripting engine and compiler and also provides some generic markup language parsing as well as other shared features. This framework is shared by PowerUI and SoundStudio's KSA Player.
 

Constant Groups

 Wrench
 The Wrench Framework contains the Nitro scripting engine and compiler and also provides some generic markup language parsing as well as other shared features. This framework is shared by PowerUI and SoundStudio's KSA Player.
 

Functions

delegate string Wrench.OnVariableFind (string code)
 Use this OnVariableFind delegate to override finding certain variables (e.g. can call this delegate with "WelcomeUser" as code). It's implemented by e.g. UI.Variables.OnFind/Speech.Variables.OnFind. More...
 
delegate void Wrench.OnVariableChange (string code)
 Use this onchange delegate to do something when a custom variable is changed. More...