GetScrapScalar - Component

F4SE Member of: Component Script
Requires F4SE version 0.4.2 or higher.

Returns the Global scrap scalar for this component.

SyntaxEdit

GlobalVariable Function GetScrapScalar() Native

ParametersEdit

None

Return ValueEdit

Returns the Global scrap scalar for this component.

ExamplesEdit

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

NotesEdit

None

See AlsoEdit