IsHarvested - ObjectReference
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)
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