Gives the ability to do something when the player "Press A to Interact" with it. More...
Public Member Functions | |
virtual bool | IsAvaliableToEnter (ModPlayerController playerController) |
Whether the player is allowed to interact with it. | |
Protected Member Functions | |
virtual void | ModAwake () |
virtual void | OnInteract (ModPlayerController playerController) |
Called when your player has interacted with it. | |
Gives the ability to do something when the player "Press A to Interact" with it.
|
virtual |
Whether the player is allowed to interact with it.
playerController |
|
protectedvirtual |
|
protectedvirtual |
Called when your player has interacted with it.
playerController | Player who interacted with it |