IsHarvested - ObjectReference
Revision as of 00:52, 30 August 2012 by imported>Ez0n3 (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ObjectReference Script Returns whether the flora has been harvested or not. (This func...")
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