メインコンテンツまでスキップ

ShotResult

Used internally by Gun Behaviours. Behaviours can change how it reacts after a shot has occurred depending on this.

備考

See Gun#TryToShoot for more detailed information.

Types

NameDescription
SucceededShooting request was succeeded and should not continue shooting
SucceededContinuouslyShooting request was succeeded and should continue trying to shoot for next possible frame
PausedShooting request was paused until a Gun is able to shoot next possible frame
CancelledShooting request was cancelled due to a systematic behavior such as safe zones. This will not invoke the OnShootEmpty event
FailedShooting request was failed due to mechanical issue such as FireMode being in Safety. This will invoke the OnShootEmpty event