Difference between revisions of "Talk:ObjectReference Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Lofgren
imported>DavidJCobb
(→‎SKSE beta?: new section)
Line 2: Line 2:


: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. [[User:Lofgren|Lofgren]] ([[User talk:Lofgren|talk]]) 2013-08-24T01:13:58 (EDT)
: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. [[User:Lofgren|Lofgren]] ([[User talk: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 - ObjectReference|GetContainerForms]]()
:Returns an array of all base forms inside the container reference. Introduced in SKSE 1.7.3.
;[[GetAllForms - ObjectReference|GetAllForms]](FormList ''toFill'')
:Fills the specified FormList with the base forms inside the container reference. Introduced in SKSE 1.7.3.
;Potion [[GetPoison - ObjectReference|GetPoison]]()
:Returns the poison applied to the weapon reference. Introduced in SKSE 1.7.3.
;ReferenceAlias[] [[GetReferenceAliases - ObjectReference|GetReferenceAliases]]()
:Returns an array of all aliases that hold this reference. Introduced in SKSE 1.7.3.
[[User:DavidJCobb|DavidJCobb]] ([[User talk:DavidJCobb|talk]]) 2015-08-02T14:18:35 (EDT)

Revision as of 13:18, 2 August 2015

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)