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

The interactor for a player controller. More...

Inheritance diagram for ModWobblyLife.ModPlayerControllerInteractor:
ModWobblyLife.Network.ModNetworkSubBehaviour ModWobblyLife.Network.IModNetworkSubBehaviour

Public Member Functions

void SetInteratorInputEnabled (object handle, bool bInteratorInputEnabled)
 Sets whether the interactor input is enabled i.e Press X to Interact and Emote Wheel.
 
void SetActionInteractEnabled (object handle, bool bActionInteractEnabled)
 Sets whether the interactor input is enabled i.e Press X to Interact (Only)
 
- Public Member Functions inherited from ModWobblyLife.Network.ModNetworkSubBehaviour
void RegisterRPCs (ModNetworkObject networkObject)
 Called when you should register rpcs.
 
void NetworkStart (ModNetworkObject networkObject)
 Called when this object is ready on the network.
 
void NetworkPost (ModNetworkObject networkObject)
 Called after fully initalized the network.
 
GameObject GetGameObject ()
 Returns the gameobject of this object.
 
void RegisterRPCs (ModNetworkObject networkObject)
 Called when you should register rpcs.
 
void NetworkStart (ModNetworkObject networkObject)
 Called when this object is ready on the network.
 
void NetworkPost (ModNetworkObject networkObject)
 Called after fully initalized the network.
 
GameObject GetGameObject ()
 Returns the gameobject of this object.
 

Protected Member Functions

override void ModNetworkStart (ModNetworkObject modNetworkObject)
 
- Protected Member Functions inherited from ModWobblyLife.Network.ModNetworkSubBehaviour
virtual void Awake ()
 
virtual void Start ()
 
virtual void OnDestroy ()
 
virtual void ModAwake ()
 
virtual void ModStart ()
 
virtual void ModOnDestroy ()
 
virtual void ModRegisterRPCs (ModNetworkObject modNetworkObject)
 
virtual void ModNetworkStart (ModNetworkObject modNetworkObject)
 
virtual void ModNetworkPost (ModNetworkObject modNetworkObject)
 

Additional Inherited Members

- Public Attributes inherited from ModWobblyLife.Network.ModNetworkSubBehaviour
ModNetworkObject modNetworkObject
 

Detailed Description

The interactor for a player controller.

Member Function Documentation

◆ ModNetworkStart()

override void ModWobblyLife.ModPlayerControllerInteractor.ModNetworkStart ( ModNetworkObject  modNetworkObject)
protectedvirtual

◆ SetActionInteractEnabled()

void ModWobblyLife.ModPlayerControllerInteractor.SetActionInteractEnabled ( object  handle,
bool  bActionInteractEnabled 
)

Sets whether the interactor input is enabled i.e Press X to Interact (Only)

Parameters
handle
bActionInteractEnabled

◆ SetInteratorInputEnabled()

void ModWobblyLife.ModPlayerControllerInteractor.SetInteratorInputEnabled ( object  handle,
bool  bInteratorInputEnabled 
)

Sets whether the interactor input is enabled i.e Press X to Interact and Emote Wheel.

Parameters
handle
bInteratorInputEnabled