Difference between revisions of "IsHarvested - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
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...")
 
imported>Cipscis
m (Cipscis moved page IsHarvested to IsHarvested - ObjectReference: Change page title to be consistent with the titles of similar pages)
 

Latest revision as of 03:51, 30 August 2012

SKSE Member of: ObjectReference Script

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

Syntax[edit | edit source]

bool Function IsHarvested() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns whether the flora has been harvested or not.

Examples[edit | edit source]

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

Notes[edit | edit source]

  • Only works on Flora and Trees

See Also[edit | edit source]