Difference between revisions of "Talk:ObjectReference Script"
Jump to navigation
Jump to search
→SKSE beta?: new section
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) |