| 1624 | } |
| 1625 | |
| 1626 | void AAlsxtCharacter::SetCameraZoom(const float NewCameraZoom) |
| 1627 | { |
| 1628 | CameraZoom = NewCameraZoom; |
| 1629 | } |
| 1630 | |
| 1631 | void AAlsxtCharacter::Crouch(const bool bClientSimulation) |
| 1632 | { |
nothing calls this directly
no outgoing calls
no test coverage detected