MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getCurrentSkillProgress

Method getCurrentSkillProgress

source/game/Seat.cpp:1366–1374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364}
1365
1366bool Seat::getCurrentSkillProgress(SkillType& type, float& progress) const
1367{
1368 if(mCurrentSkillType == SkillType::nullSkillType)
1369 return false;
1370
1371 type = mCurrentSkillType;
1372 progress = mCurrentSkillProgress;
1373 return true;
1374}
1375
1376void Seat::setNextSkill(SkillType skilledType)
1377{

Callers 2

refreshGuiSkillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected