Show / Hide Table of Contents

Class PlantSimEvents

Inheritance
System.Object
PlantSimEvents
Namespace: Eco.Simulation
Assembly: Eco.Simulation.dll
Syntax
public static class PlantSimEvents : Object

Fields

AfterPlantKilled

Declaration
public static ThreadSafeAction<Plant> AfterPlantKilled
Field Value
Type Description
ThreadSafeAction<Plant>

OnLogChopped

Declaration
public static ThreadSafeAction<object> OnLogChopped
Field Value
Type Description
ThreadSafeAction<System.Object>

OnPlantDestroyedOrHarvested

Declaration
public static ThreadSafeAction<Plant, object, bool> OnPlantDestroyedOrHarvested
Field Value
Type Description
ThreadSafeAction<Plant, System.Object, System.Boolean>

TreeFelledEvent

Declaration
public static ThreadSafeAction<object, object> TreeFelledEvent
Field Value
Type Description
ThreadSafeAction<System.Object, System.Object>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾