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

Method Select

src/GameObjects/GameCharacter.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void CGameCharacter::Select(int x, int y)
383{
384 if (g_AnimationManager.CharacterPixelsInXY(this, x, y))
385 {
386 g_SelectedObject.Init(this);
387 }
388}
389
390void CGameCharacter::OnGraphicChange(int direction)
391{

Callers

nothing calls this directly

Calls 2

CharacterPixelsInXYMethod · 0.80
InitMethod · 0.45

Tested by

no test coverage detected