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

Method ProcessGargoyleAnims

src/GameObjects/GameCharacter.cpp:1274–1281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274void CGameCharacter::ProcessGargoyleAnims(uint8_t &group)
1275{
1276 if (group == 64 || group == 65)
1277 {
1278 group = InWarMode() ? 65 : 64;
1279 AnimationGroup = group;
1280 }
1281}
1282
1283// 0x03CA dead shroud
1284uint16_t CGameCharacter::GetGraphicForAnimation()

Callers 1

QFORFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected