SetScrapScalar - Component
F4SE Member of: Component Script
Requires F4SE version 0.4.2 or higher.
Sets the Global scrap scalar for this component.
SyntaxEdit
Function SetScrapScalar(GlobalVariable akGlobal) Native
ParametersEdit
- akGlobal: Sets the Global scrap scalar for this component.
Return ValueEdit
None
ExamplesEdit
c_Gold.SetScrapScalar(MyGlobalVariable)
Debug.Trace(c_Gold+" now has "+MyGlobalVariable+" as its scrap scalar.")
NotesEdit
None