GetScrapScalar - Component
Revision as of 14:55, 13 October 2017 by imported>Qazaaq (added f4se member)
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