| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Scripting.Action
|
+-- Scripting.ActionBool
|
+-- Scripting.BooleanStatement
| Variables Summary | |
|---|---|
| BooleanStatement | |
| name | lhs |
| ELogicOp | logicOp |
| name | rhs |
| 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 | ||
|---|---|---|
![]() | editorDisplayString (out string s)) | |
![]() | Variable | execute ())) |
![]() | string | logicOpDisplayString ())) |
| Inherited Functions from Scripting.ActionBool |
|---|
| editorDisplayString, makeVariable |
| Variables Detail |
|---|
| Enumerations Detail |
|---|
LOGICOP_LESS, LOGICOP_LESSEQUAL, LOGICOP_EQUALS, LOGICOP_NOTEQUAL, LOGICOP_GREATEREQUAL, LOGICOP_GREATER};
| Functions Detail |
|---|
editorDisplayString Source code
execute Source code
logicOpDisplayString Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||