MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / CurrentWeaponIndex

Method CurrentWeaponIndex

PanzerChasm/server/player.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739unsigned int Player::CurrentWeaponIndex() const
740{
741 return current_weapon_index_;
742}
743
744bool Player::Move( const Time time_delta )
745{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected