EchoesOfFate
A game for our COMP315 Project
 
Loading...
Searching...
No Matches
NPC Member List

This is the complete list of members for NPC, including all inherited members.

createNPC(std::string characterSprite, float npcXPos, float npcYPos)NPCstatic
drawInteractable(RenderWindow &window, const Player &player)Interactable
getRadius() constInteractable
Interactable(std::string interactableTexturePath, std::string interactableName, float interactableRadius, float interactableXRelMap, float interactableYRelMap)Interactable
NPC(std::string characterSprite, float npcXPos, float npcYPos)NPC
playerInRange(const Player &player)Interactable
renderNPC(RenderWindow &window)NPC
update(RenderWindow &window, const Player &player) overrideNPCvirtual
~NPC()NPC