Lines Matching defs:spr

101 		Sprite *spr = nullptr;  in runCommand()  local
283 void CGE2Engine::snKill(Sprite *spr) { in snKill()
303 void CGE2Engine::snHide(Sprite *spr, int val) { in snHide()
318 void CGE2Engine::snSeq(Sprite *spr, int val) { in snSeq()
327 void CGE2Engine::snRSeq(Sprite *spr, int val) { in snRSeq()
332 void CGE2Engine::snSend(Sprite *spr, int val) { in snSend()
367 void CGE2Engine::snSwap(Sprite *spr, int val) { in snSwap()
402 void CGE2Engine::snCover(Sprite *spr, int val) { in snCover()
422 void CGE2Engine::snUncover(Sprite *spr, Sprite *spr2) { in snUncover()
437 void CGE2Engine::snKeep(Sprite *spr, int stp) { in snKeep()
475 void CGE2Engine::snGive(Sprite *spr, int val) { in snGive()
488 void CGE2Engine::snGoto(Sprite *spr, int val) { in snGoto()
498 void CGE2Engine::snPort(Sprite *spr, int port) { in snPort()
510 void CGE2Engine::snNNext(Sprite *spr, Action act, int val) { in snNNext()
518 void CGE2Engine::snRNNext(Sprite *spr, int val) { in snRNNext()
523 void CGE2Engine::snRMTNext(Sprite *spr, int val) { in snRMTNext()
528 void CGE2Engine::snRFTNext(Sprite * spr, int val) { in snRFTNext()
533 void CGE2Engine::snRmNear(Sprite *spr) { in snRmNear()
538 void CGE2Engine::snRmMTake(Sprite *spr) { in snRmMTake()
543 void CGE2Engine::snRmFTake(Sprite *spr) { in snRmFTake()
548 void CGE2Engine::snSetRef(Sprite *spr, int val) { in snSetRef()
580 void CGE2Engine::snWalk(Sprite *spr, int val) { in snWalk()
593 void CGE2Engine::snReach(Sprite *spr, int val) { in snReach()
598 void CGE2Engine::snSound(Sprite *spr, int wav, Audio::Mixer::SoundType soundType) { in snSound()
614 void CGE2Engine::snRoom(Sprite *spr, bool on) { in snRoom()
646 void CGE2Engine::snSay(Sprite *spr, int val) { in snSay()
666 void CGE2Engine::hide1(Sprite *spr) { in hide1()
670 void CGE2Engine::swapInPocket(Sprite *spr, Sprite *xspr) { in swapInPocket()
685 Sprite *CGE2Engine::expandSprite(Sprite *spr) { in expandSprite()
769 void CGE2Engine::feedSnail(Sprite *spr, Action snq, Hero *hero) { in feedSnail()