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

Scripting.OrStatement

Extends
ActionBool
Modifiers
collapsecategories

Core.Object
|   
+-- Scripting.Action
   |   
   +-- Scripting.ActionBool
      |   
      +-- Scripting.OrStatement

Variables Summary
OrStatement
boollhs
boolrhs
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.ActionBool
editorDisplayString, makeVariable
Inherited Functions from Scripting.Action
construct, editorDisplayString, enumScriptLabels, enumScripts, execute, findByLabel, findStaticByLabel, findVariable, logError, newTemporaryVariable, newVariable, PrecacheSpeech, propertyDisplayString, resolveParameters, SetActionPropertyText, setParentScript, tryFindVariable


Variables Detail

OrStatement

lhs Source code

var(OrStatement) bool lhs;

rhs Source code

var(OrStatement) bool rhs;


Functions Detail

editorDisplayString Source code

function editorDisplayString ( out string s) )

execute Source code

latent function Variable execute ( ) )


Defaultproperties

defaultproperties
{
	actionDisplayName	= "Or Statement"
	actionHelp			= "Returns the result of a logical or operation"
	category			= "Logic"
}

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