Lines Matching defs:spr

102 		Sprite *spr = nullptr;  in runCommand()  local
284 void CGE2Engine::snKill(Sprite *spr) { in snKill()
304 void CGE2Engine::snHide(Sprite *spr, int val) { in snHide()
319 void CGE2Engine::snSeq(Sprite *spr, int val) { in snSeq()
328 void CGE2Engine::snRSeq(Sprite *spr, int val) { in snRSeq()
333 void CGE2Engine::snSend(Sprite *spr, int val) { in snSend()
368 void CGE2Engine::snSwap(Sprite *spr, int val) { in snSwap()
403 void CGE2Engine::snCover(Sprite *spr, int val) { in snCover()
423 void CGE2Engine::snUncover(Sprite *spr, Sprite *spr2) { in snUncover()
438 void CGE2Engine::snKeep(Sprite *spr, int stp) { in snKeep()
476 void CGE2Engine::snGive(Sprite *spr, int val) { in snGive()
489 void CGE2Engine::snGoto(Sprite *spr, int val) { in snGoto()
499 void CGE2Engine::snPort(Sprite *spr, int port) { in snPort()
511 void CGE2Engine::snNNext(Sprite *spr, Action act, int val) { in snNNext()
519 void CGE2Engine::snRNNext(Sprite *spr, int val) { in snRNNext()
524 void CGE2Engine::snRMTNext(Sprite *spr, int val) { in snRMTNext()
529 void CGE2Engine::snRFTNext(Sprite * spr, int val) { in snRFTNext()
534 void CGE2Engine::snRmNear(Sprite *spr) { in snRmNear()
539 void CGE2Engine::snRmMTake(Sprite *spr) { in snRmMTake()
544 void CGE2Engine::snRmFTake(Sprite *spr) { in snRmFTake()
549 void CGE2Engine::snSetRef(Sprite *spr, int val) { in snSetRef()
581 void CGE2Engine::snWalk(Sprite *spr, int val) { in snWalk()
594 void CGE2Engine::snReach(Sprite *spr, int val) { in snReach()
599 void CGE2Engine::snSound(Sprite *spr, int wav, Audio::Mixer::SoundType soundType) { in snSound()
615 void CGE2Engine::snRoom(Sprite *spr, bool on) { in snRoom()
647 void CGE2Engine::snSay(Sprite *spr, int val) { in snSay()
668 void CGE2Engine::hide1(Sprite *spr) { in hide1()
672 void CGE2Engine::swapInPocket(Sprite *spr, Sprite *xspr) { in swapInPocket()
687 Sprite *CGE2Engine::expandSprite(Sprite *spr) { in expandSprite()
771 void CGE2Engine::feedSnail(Sprite *spr, Action snq, Hero *hero) { in feedSnail()