Difference between revisions of "GetScrapScalar - Component"
Jump to navigation
Jump to search
imported>Qazaaq (added f4se member) |
imported>Qazaaq (added required f4se version) |
||
Line 1: | Line 1: | ||
'''F4SE Member of:''' [[Component Script]] | '''F4SE Member of:''' [[Component Script]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.4.2}} | |||
Returns the [[Global]] scrap scalar for this component. | Returns the [[Global]] scrap scalar for this component. |
Latest revision as of 13:04, 21 January 2018
F4SE Member of: Component Script
Requires F4SE version 0.4.2 or higher.
Returns the Global scrap scalar for this component.
Syntax[edit | edit source]
GlobalVariable Function GetScrapScalar() Native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns the Global scrap scalar for this component.
Examples[edit | edit source]
GlobalVariable variable = c_Gold.GetScrapScalar()
Debug.Trace("The scrap scalar is "+variable)
Notes[edit | edit source]
None