Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getState
Method
getState
src/Savegame/CraftWeaponProjectile.cpp:176–179 ·
view source on GitHub ↗
* Returns animation state of a beam. */
Source
from the content-addressed store, hash-verified
174
* Returns animation state of a beam.
175
*/
176
int CraftWeaponProjectile::getState() const
177
{
178
return _state;
179
}
180
181
/*
182
* Sets the amount of damage the projectile can do
Callers
1
drawProjectile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected