Class Mon_DreamTeller
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
Mon_DreamTeller
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class Mon_DreamTeller : Monster, ILogicUpdate, ICleanup, ICustomDestroyRoutine, IInteractable, IForceHeroicHealthbar
Fields
fxExplode
Declaration
public GameObject fxExplode
Field Value
| Type | Description |
|---|---|
| UnityEngine.GameObject |
showStoryDelay
Declaration
public float showStoryDelay
Field Value
| Type | Description |
|---|---|
| float |
Properties
canInteractWithMouse
Declaration
public bool canInteractWithMouse { get; }
Property Value
| Type | Description |
|---|---|
| bool |
defaultOwner
Declaration
protected override DewPlayer defaultOwner { get; }
Property Value
| Type | Description |
|---|---|
| DewPlayer |
Overrides
focusDistance
Declaration
public float focusDistance { get; }
Property Value
| Type | Description |
|---|---|
| float |
interactPivot
Declaration
public Transform interactPivot { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Transform |
priority
Declaration
public int priority { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
CanInteract(Entity)
Declaration
public bool CanInteract(Entity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity |
Returns
| Type | Description |
|---|---|
| bool |
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnInteract(Entity, bool)
Declaration
public void OnInteract(Entity entity, bool alt)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | |
| bool | alt |
ShouldBeSavedWithRoom()
Declaration
public override bool ShouldBeSavedWithRoom()
Returns
| Type | Description |
|---|---|
| bool |