| 4115 | bool AAlsxtCharacter::CanRoll_Implementation() const { return true; } |
| 4116 | bool AAlsxtCharacter::CanVault_Implementation() const { return true; } |
| 4117 | bool AAlsxtCharacter::CanSlide_Implementation() const { return true; } |
| 4118 | bool AAlsxtCharacter::CanWallRun_Implementation() const { return true; } |
| 4119 | bool AAlsxtCharacter::CanWallJump_Implementation() const { return true; } |
| 4120 |
nothing calls this directly
no outgoing calls
no test coverage detected