Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Scripting.Watcher

Extends
WatcherBase
Modifiers
collapsecategories

Core.Object
|   
+-- Scripting.Action
   |   
   +-- Scripting.WatcherBase
      |   
      +-- Scripting.Watcher

Variables Summary
Watcher
boolwatchedExpression
Inherited Variables from Scripting.WatcherBase
enabled, watcherName
Inherited Variables from Scripting.Action
acceptAllTypes, actionDisplayName, actionHelp, category, parentScript, resolveInfoList, returnType

Structures Summary
Inherited Structures from Scripting.Action
ParameterResolveInfo

Functions Summary
function editorDisplayString (out string s))
functionVariable execute ()))
Inherited Functions from Scripting.Action
construct, editorDisplayString, enumScriptLabels, enumScripts, execute, findByLabel, findStaticByLabel, findVariable, logError, newTemporaryVariable, newVariable, PrecacheSpeech, propertyDisplayString, resolveParameters, SetActionPropertyText, setParentScript, tryFindVariable

States Summary
LookAtExpression Source code
state LookAtExpression


Variables Detail

Watcher

watchedExpression Source code

var(Watcher) bool watchedExpression;


Functions Detail

editorDisplayString Source code

function editorDisplayString ( out string s) )

execute Source code

latent function Variable execute ( ) )


Defaultproperties

defaultproperties
{
	actionDisplayName	= "Watcher"
	actionHelp			= "Sends a watcher message if the watched expression is true"
	category			= "Watch"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:39.114 - Created with UnCodeX