Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getLoftempsSet
Method
getLoftempsSet
src/Ruleset/Armor.cpp:220–223 ·
view source on GitHub ↗
Gets the loftempSet. * @return The loftempsSet. */
Source
from the content-addressed store, hash-verified
218
* @return The loftempsSet.
219
*/
220
std::vector<int> Armor::getLoftempsSet() const
221
{
222
return _loftempsSet;
223
}
224
225
/**
226
* Gets pointer to the armor's stats.
Callers
1
BattleUnit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected