Difference between revisions of "Component Script"
Jump to navigation
Jump to search
Re-order F4SE Member functions
imported>Qazaaq (see also) |
imported>ShadeMe (Re-order F4SE Member functions) |
||
Line 22: | Line 22: | ||
*MiscObject Function [[GetScrapItem - Component|GetScrapItem]]() | *MiscObject Function [[GetScrapItem - Component|GetScrapItem]]() | ||
** Returns the scrap item for this component. | ** Returns the scrap item for this component. | ||
*GlobalVariable Function [[GetScrapScalar - Component|GetScrapScalar]]() | |||
** Returns the scrap scalar for this component. | |||
*Function [[SetScrapItem - Component|SetScrapItem]](MiscObject akMisc) | *Function [[SetScrapItem - Component|SetScrapItem]](MiscObject akMisc) | ||
** Sets the scrap item for this component. | ** Sets the scrap item for this component. | ||
*Function [[SetScrapScalar - Component|SetScrapScalar]](GlobalVariable akGlobal) | *Function [[SetScrapScalar - Component|SetScrapScalar]](GlobalVariable akGlobal) | ||
** Sets the scrap scalar for this component. | ** Sets the scrap scalar for this component. |