MCPcopy Create free account
hub / github.com/crossuo/crossuo / GetItem

Method GetItem

src/SkillGroup.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16uint8_t CSkillGroupObject::GetItem(intptr_t index)
17{
18 if (index < 0 || index >= Count)
19 {
20 return 0xFF;
21 }
22
23 return m_Items[index];
24}
25
26void CSkillGroupObject::Add(uint8_t index)
27{

Callers 3

CGumpSkillsMethod · 0.80
GumpSkills.cppFile · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected