GetScrapScalar - Component

Revision as of 13:04, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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