IsHarvested - ObjectReference

Revision as of 04: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)

SKSE Member of: ObjectReference Script

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

SyntaxEdit

bool Function IsHarvested() native

ParametersEdit

None

Return ValueEdit

Returns whether the flora has been harvested or not.

ExamplesEdit

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

NotesEdit

  • Only works on Flora and Trees

See AlsoEdit