Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ toBeRemoved
Method
toBeRemoved
src/Savegame/CraftWeaponProjectile.cpp:168–171 ·
view source on GitHub ↗
* Returns if a projectile should be removed. */
Source
from the content-addressed store, hash-verified
166
* Returns if a projectile should be removed.
167
*/
168
bool CraftWeaponProjectile::toBeRemoved() const
169
{
170
return _toBeRemoved;
171
}
172
173
/*
174
* Returns animation state of a beam.
Callers
1
move
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected