RPGlite Starter Kit  1.0.0
Starting RPG projects made easy.
Loading...
Searching...
No Matches
RPGlite.IInteractable Interface Reference

Interface for anything that can be interacted with by the player, such as world objects and characters. More...

Inheritance diagram for RPGlite.IInteractable:
[legend]

Public Member Functions

void Interact (PlayerController player)
 Interact with something through a PlayerController.
 

Detailed Description

Interface for anything that can be interacted with by the player, such as world objects and characters.

Member Function Documentation

◆ Interact()

void RPGlite.IInteractable.Interact ( PlayerController player)

Interact with something through a PlayerController.

Parameters
playerWhich PlayerController is interacting wih this.

Implemented in RPGlite.Bell, and RPGlite.Shopkeeper.


The documentation for this interface was generated from the following file: