IsHarvested - ObjectReference

From the CreationKit Wiki
Revision as of 03:51, 30 August 2012 by imported>Cipscis (Cipscis moved page IsHarvested to IsHarvested - ObjectReference: Change page title to be consistent with the titles of similar pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

bool Function IsHarvested() native

Parameters

None

Return Value

Returns whether the flora has been harvested or not.

Examples

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

Notes

  • Only works on Flora and Trees

See Also