| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Core.RefCount
|
+-- Engine.Tyrion_ActionBase
|
+-- Tyrion.ActionBase
|
+-- Tyrion.NS_Action
|
+-- Tyrion.NS_DoLocalMove
| Constants Summary |
|---|
| Inherited Contants from Tyrion.ActionBase |
|---|
| DONT_CARE |
| Variables Summary | |
|---|---|
| bool | bMustJetpack |
| bool | bMustSki |
| vector | destination |
| float | energyUsage |
| Character.GroundMovementLevels | groundMovement |
| Character.JetCompetencyLevels | jetCompetency |
| vector | nextDestination |
| bool | nextDestinationValid |
| Character.SkiCompetencyLevels | skiCompetency |
| float | terminalDistanceXY |
| float | terminalDistanceZ |
| float | terminalHeight |
| float | terminalVelocity |
| Inherited Variables from Tyrion.NS_Action |
|---|
| bWakeUpParent, childAction, controller, errorCode, parentAction, tickTime, tickTimeOrg |
| Inherited Variables from Tyrion.ActionBase |
|---|
| bCompleted, bDeleted, bIdle, bSensorAction, bWasTicked |
| Enumerations Summary |
|---|
| Inherited Enumerations from Tyrion.ActionBase |
|---|
| ACT_ErrorCodes |
| Functions Summary | ||
|---|---|---|
![]() | cleanup ())) | |
![]() | NS_DoLocalMove | startAction (AI_Controller c, ActionBase parent, vector destination, bool nextDestinationValid, optional vector nextDestination, optional Character.SkiCompetencyLevels skiCompetency, optional Character.JetCompetencyLevels jetCompetency, optional Character.GroundMovementLevels groundMovement, optional float energyUsage, optional float terminalVelocity, optional float terminalHeight, optional float terminalDistanceXY, optional float terminalDistanceZ, optional bool bMustJetpack, optional bool bMustSki )) |
| Inherited Functions from Tyrion.NS_Action |
|---|
| actionFailedCB, actionSucceededCB, checkForUniqueness, construct, fail, getChildReference, instantFail, interruptAction, myAddRef, pauseAction, removeAction, removeChildReference, runAction, setChildReference, succeed |
| States Summary |
|---|
| Running Source code |
|---|
|
state Running |
| Variables Detail |
|---|
| Functions Detail |
|---|
cleanup Source code
startAction Source code| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||