EnemyAITypeA
Complete API reference for EnemyAITypeA, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: AI
Component: yes
public class EnemyAITypeA extends Component
Constructors
| Signature | Description |
|---|---|
EnemyAITypeA(EnemyAITypeA) | Executes EnemyAITypeA and returns after the underlying engine call finishes. |
EnemyAITypeA(Engine) | Executes EnemyAITypeA and returns after the underlying engine call finishes. |
EnemyAITypeA() | Creates a new instance of EnemyAITypeA. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | EnemyAITypeA | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
attackDelay | float | get/set | Virtual attribute exposed by getAttackDelay. Access it like a field to read or write the underlying value. |
fieldOfView | TagEnemyFieldOfView | get | Virtual attribute exposed by getFieldOfView. Access it like a field to read or write the underlying value. |
points | SpatialObject | get/set | Virtual attribute exposed by getPoints. Access it like a field to read or write the underlying value. |
rayDistance | float | get/set | Virtual attribute exposed by getRayDistance. Access it like a field to read or write the underlying value. |
rayOffset | float | get/set | Virtual attribute exposed by getRayOffset. Access it like a field to read or write the underlying value. |
runSpeed | float | get/set | Virtual attribute exposed by getRunSpeed. Access it like a field to read or write the underlying value. |
startAttackDistance | float | get/set | Virtual attribute exposed by getStartAttackDistance. Access it like a field to read or write the underlying value. |
state | State | get | Virtual attribute exposed by getState. Access it like a field to read or write the underlying value. |
stickBottom | boolean | set | Virtual attribute exposed by setStickBottom. Access it like a field to read or write the underlying value. |
stickBottomOffset | float | get/set | Virtual attribute exposed by getStickBottomOffset. Access it like a field to read or write the underlying value. |
swapTargetDelay | float | get/set | Virtual attribute exposed by getSwapTargetDelay. Access it like a field to read or write the underlying value. |
swapTargetDistance | float | get/set | Virtual attribute exposed by getSwapTargetDistance. Access it like a field to read or write the underlying value. |
walkSpeed | float | get/set | Virtual attribute exposed by getWalkSpeed. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isStickBottom() | boolean | Returns whether stick bottom is true. |