Third Person Cover Shooter
1.6
|
Denotes the object as a radio. More...
Public Member Functions | |
Radio () | |
override void | Use (CharacterMotor character, bool isAlternate) |
The call has been made. More... | |
Public Member Functions inherited from CoverShooter.Tool | |
virtual void | ContinuousUse (CharacterMotor character, bool isAlternate) |
Method used every frame on the tool during the use animation. More... | |
Additional Inherited Members | |
Public Attributes inherited from CoverShooter.Tool | |
bool | HasAiming |
Signifies if a character needs to aim while using the tool. More... | |
bool | IsContinuous |
Is the use animation continuous instead of a single action. More... | |
bool | HasAlternateAiming |
Signifies if a character needs to aim while using the tool in alternate mode. More... | |
bool | IsAlternateContinuous |
Is the alternate use animation continuous instead of a single action. More... | |
Denotes the object as a radio.
CoverShooter.Radio.Radio | ( | ) |
|
virtual |
The call has been made.
Reimplemented from CoverShooter.Tool.