RecalculateResources - ObjectReference

Revision as of 12:40, 29 May 2014 by imported>DarkruneDK (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script If used on a Workshop activator (i.e. a workbench), forces the Workbench to re-calculate ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

If used on a Workshop activator (i.e. a workbench), forces the Workbench to re-calculate all resource actor values for all producers in the workshop.

SyntaxEdit

Function RecalculateResources() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Tell the Sanctuary workshop to recalculate its resource actor values.
SanctuaryWorkshopRef.RecalculateResources()

See AlsoEdit