MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseBlasterGame / Jump

Method Jump

Source/Blaster/Character/BlasterCharacter.cpp:852–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852void ABlasterCharacter::Jump()
853{
854 if (Combat && Combat->bHoldingTheFlag) return;
855 if (bDisableGameplay) return;
856 if (bIsCrouched)
857 {
858 UnCrouch();
859 }
860 else
861 {
862 Super::Jump();
863 }
864}
865
866void ABlasterCharacter::FireButtonPressed()
867{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected