- Namespace
- Atavism
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["UGUIPetCommand"]
class Type type-node
Syntax
public class UGUIPetCommand : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| healthBar |
Methods
| Name | Value | Summary |
|---|---|---|
| activeHandler |
void | |
| AggressiveCommand |
void | |
| AttackCommand |
void | |
| DefensiveCommand |
void | |
| DespawnCommand |
void | |
| FollowCommand |
void | |
| Hide |
void | |
| PassiveCommand |
void | |
| petHealthHandler |
void | |
| SelectPet |
void | |
| Show |
void |
Function showing window of pet actions
|
| StayCommand |
void | |
| Toggle |
void |
Function switching show / hide
|