IsHarvested - ObjectReference

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