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

A simple component you can attach to a gameobject to stop players grabbing it. More...

Inheritance diagram for ModWobblyLife.ModNonGrabbable:
ModWobblyLife.IModGrabbable

Public Member Functions

bool IsGrabbable ()
 Whether this object is grabbable or not.
 
bool IsGrabbable ()
 Whether this object is grabbable or not.
 

Detailed Description

A simple component you can attach to a gameobject to stop players grabbing it.

Member Function Documentation

◆ IsGrabbable()

bool ModWobblyLife.ModNonGrabbable.IsGrabbable ( )

Whether this object is grabbable or not.

Returns

Implements ModWobblyLife.IModGrabbable.