Scripting.ActionPropertyTest
- Extends
- ActionBool
- Modifiers
- collapsecategories native
Core.Object
|
+-- Scripting.Action
|
+-- Scripting.ActionBool
|
+-- Scripting.ActionPropertyTest
Enumerations Summary |
EOpTest OPTEST_LESS,
OPTEST_LESSEQUAL,
OPTEST_EQUALS,
OPTEST_NOTEQUAL,
OPTEST_GREATEREQUAL,
OPTEST_GREATER |
Inherited Functions from Scripting.Action |
construct, editorDisplayString, enumScriptLabels, enumScripts, execute, findByLabel, findStaticByLabel, findVariable, logError, newTemporaryVariable, newVariable, PrecacheSpeech, propertyDisplayString, resolveParameters, SetActionPropertyText, setParentScript, tryFindVariable |
var private transient actionnoresolve Array<int> offsets;
var private transient actionnoresolve
Object testProperty;
ActionPropertyTest
enum
EOpTest
{
OPTEST_LESS,
OPTEST_LESSEQUAL,
OPTEST_EQUALS,
OPTEST_NOTEQUAL,
OPTEST_GREATEREQUAL,
OPTEST_GREATER
};
native private function bool doPropertyTest ( )
function editorDisplayString ( out string s) )
native private function findTestProperty ( )
function String getOperatorText ( ) )
defaultproperties
{
maxPasses = -1
actionDisplayName = "Test Property"
actionHelp = "Returns true if the property passes the operator test against value"
category = "Watch"
} |
Creation time: st 23.5.2018 00:10:25.897 - Created with
UnCodeX