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

Method Turn

Source/Blaster/Character/BlasterCharacter.cpp:677–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677void ABlasterCharacter::Turn(float Value)
678{
679 AddControllerYawInput(Value);
680}
681
682void ABlasterCharacter::LookUp(float Value)
683{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected