Table of Contents

Class SeedInstance

Namespace
S1API.Growing
Assembly
S1API.dll

Represents an instance of a functional seed in the world. (Not just the definition — this is the physical object you interact with.)

public class SeedInstance
Inheritance
SeedInstance
Inherited Members
Extension Methods

Properties

HasExitedVial

Whether the seed currently has exited its vial.

public bool HasExitedVial { get; }

Property Value

bool

Methods

ForceExitVial()

Force the seed to exit the vial manually.

public void ForceExitVial()