GetScrapScalar - Component

From the Fallout4 CreationKit Wiki
Revision as of 14:55, 13 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: Component Script

Returns the Global scrap scalar for this component.

Syntax

GlobalVariable Function GetScrapScalar() Native

Parameters

None

Return Value

Returns the Global scrap scalar for this component.

Examples

GlobalVariable variable = c_Gold.GetScrapScalar()
Debug.Trace("The scrap scalar is "+variable)

Notes

None

See Also