Wobbly Life Mod SDK
 
Loading...
Searching...
No Matches
ModWobblyLife.ModActionInteract Class Reference

Gives the ability to do something when the player "Press A to Interact" with it. More...

Inheritance diagram for ModWobblyLife.ModActionInteract:

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.
 

Detailed Description

Gives the ability to do something when the player "Press A to Interact" with it.

Member Function Documentation

◆ IsAvaliableToEnter()

virtual bool ModWobblyLife.ModActionInteract.IsAvaliableToEnter ( ModPlayerController  playerController)
virtual

Whether the player is allowed to interact with it.

Parameters
playerController
Returns

◆ ModAwake()

virtual void ModWobblyLife.ModActionInteract.ModAwake ( )
protectedvirtual

◆ OnInteract()

virtual void ModWobblyLife.ModActionInteract.OnInteract ( ModPlayerController  playerController)
protectedvirtual

Called when your player has interacted with it.

Parameters
playerControllerPlayer who interacted with it