| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Scripting.Action
|
+-- Tyrion.TyrionScriptAction
|
+-- Tyrion.ActionWaitForGoal
| Variables Summary | |
|---|---|
| float | beginTime |
| int | result |
| ActionWaitForGoal | |
| String | goalName |
| Name | target |
| float | timeout |
| Inherited Variables from Scripting.Action |
|---|
| acceptAllTypes, actionDisplayName, actionHelp, category, parentScript, resolveInfoList, returnType |
| Structures Summary |
|---|
| Inherited Structures from Scripting.Action |
|---|
| ParameterResolveInfo |
| Functions Summary | ||
|---|---|---|
![]() | editorDisplayString (out string s)) | |
![]() | Variable | execute ())) |
![]() | OnGoalCompleted (bool bAchieved)) | |
| Inherited Functions from Tyrion.TyrionScriptAction |
|---|
| enumTyrionTargets |
| Variables Detail |
|---|
| Functions Detail |
|---|
editorDisplayString Source code
execute Source code
OnGoalCompleted Source code| Defaultproperties |
|---|
defaultproperties
{
returnType = class'Variable'
actionDisplayName = "Wait For Goal"
actionHelp = "Waits for a goal to complete or fail, optional timeout period will stop the wait even if the goal has not completed. Returns 0 for success, 1 for failure and 2 for timedout"
category = "AI"
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||