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

Method Tick

Source/Blaster/Character/BlasterCharacter.cpp:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void ABlasterCharacter::Tick(float DeltaTime)
428{
429 Super::Tick(DeltaTime);
430
431 RotateInPlace(DeltaTime);
432 HideCameraIfCharacterClose();
433 PollInit();
434}
435
436void ABlasterCharacter::RotateInPlace(float DeltaTime)
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected