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

Scripting.BooleanStatement

Extends
ActionBool
Modifiers
collapsecategories

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

Variables Summary
BooleanStatement
namelhs
ELogicOplogicOp
namerhs
Inherited Variables from Scripting.Action
acceptAllTypes, actionDisplayName, actionHelp, category, parentScript, resolveInfoList, returnType

Enumerations Summary
ELogicOp
LOGICOP_LESS, LOGICOP_LESSEQUAL, LOGICOP_EQUALS, LOGICOP_NOTEQUAL, LOGICOP_GREATEREQUAL, LOGICOP_GREATER

Structures Summary
Inherited Structures from Scripting.Action
ParameterResolveInfo

Functions Summary
function editorDisplayString (out string s))
functionVariable execute ()))
functionstring logicOpDisplayString ()))
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

BooleanStatement

lhs Source code

var(BooleanStatement) name lhs;

logicOp Source code

var(BooleanStatement) ELogicOp logicOp;

rhs Source code

var(BooleanStatement) name rhs;


Enumerations Detail

ELogicOp Source code

enum ELogicOp
{
LOGICOP_LESS, LOGICOP_LESSEQUAL, LOGICOP_EQUALS, LOGICOP_NOTEQUAL, LOGICOP_GREATEREQUAL, LOGICOP_GREATER
};


Functions Detail

editorDisplayString Source code

function editorDisplayString ( out string s) )

execute Source code

latent function Variable execute ( ) )

logicOpDisplayString Source code

function string logicOpDisplayString ( ) )


Defaultproperties

defaultproperties
{
	logicOp				= LOGICOP_EQUALS
	
	actionDisplayName	= "Boolean Statement"
	actionHelp			= "Returns the result of a logical evaluation"
	category			= "Logic"
}

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