Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DruidMech/MultiplayerCourseBlasterGame
/ SetWeaponState
Method
SetWeaponState
Source/Blaster/Weapon/Weapon.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void AWeapon::SetWeaponState(EWeaponState State)
178
{
179
WeaponState = State;
180
OnWeaponStateSet();
181
}
182
183
void AWeapon::OnWeaponStateSet()
184
{
Callers
6
EquipWeapon
Method · 0.80
EquipPrimaryWeapon
Method · 0.80
EquipSecondaryWeapon
Method · 0.80
FinishSwapAttachWeapons
Method · 0.80
OnRep_EquippedWeapon
Method · 0.80
OnRep_SecondaryWeapon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected