Talk:ObjectReference Script
Revision as of 13:18, 2 August 2015 by imported>DavidJCobb (→SKSE beta?: new section)
RemoveItem
- RemoveItem is missing a parameter. The last parameter is an ObjectReference to a container that the item may be removed to. I tried to add this parameter but the edit was blocked by the spamfilter for some reason. Lofgren (talk) 2013-08-24T01:13:58 (EDT)
SKSE beta?
Is it standard practice to add functions from the newest SKSE beta to the list? If so, someone may want to add these.
- Form[] GetContainerForms()
- Returns an array of all base forms inside the container reference. Introduced in SKSE 1.7.3.
- GetAllForms(FormList toFill)
- Fills the specified FormList with the base forms inside the container reference. Introduced in SKSE 1.7.3.
- Potion GetPoison()
- Returns the poison applied to the weapon reference. Introduced in SKSE 1.7.3.
- ReferenceAlias[] GetReferenceAliases()
- Returns an array of all aliases that hold this reference. Introduced in SKSE 1.7.3.
DavidJCobb (talk) 2015-08-02T14:18:35 (EDT)