- Found in:
- SKSE
Description
Wiki Description
Returns whether the flora has been harvested or not. (This function requires SKSE)
Documentation Comment
Tree and Flora only functions
Caveats
CK Wiki - Notes
- Only works on Flora and Trees
Examples
If FloraRef.IsHarvested()
Debug.Trace("It has been harvested")
Else
Debug.Trace("It has not been harvested yet")
EndifAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsHarvested()