IsHarvested - ObjectReference

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: ObjectReference Script

Returns whether the flora has been harvested or not. (This function requires SKSE)

Syntax[edit | edit source]

bool Function IsHarvested() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns whether the flora has been harvested or not.

Examples[edit | edit source]

If FloraRef.IsHarvested()
	Debug.Trace("It has been harvested")
Else
	Debug.Trace("It has not been harvested yet")
Endif

Notes[edit | edit source]

  • Only works on Flora and Trees

See Also[edit | edit source]