Updated ObjectReference to 1.6.1130

This commit is contained in:
Eddoursul 2023-12-05 17:58:10 +01:00
parent 5ce8430a66
commit 8e8df2c91b
4 changed files with 8 additions and 2 deletions

View File

@ -73,7 +73,6 @@ referencealias.*
skse.*
scene.*
scroll.*
shaderparticlegeometry.*
shout.*
soulgem.*
sound.*

View File

@ -135,6 +135,7 @@ resourceobjectsawmillscript.*
resourceobjectscript.*
sayonhitbymagiceffectscript.*
sethirelingrehire.*
shaderparticlegeometry.*
shaderparticlegeometryscript.*
silverswordscript.*
skyhavensconcescript.*

Binary file not shown.

View File

@ -758,8 +758,14 @@ int Property Motion_Fixed = 5 AutoReadOnly
int Property Motion_ThinBoxIntertia = 6 AutoReadOnly
int Property Motion_Character = 7 AutoReadOnly
; added in 1.6.1126
Bool Function IsContainerEmpty() Native
Function RemoveAllStolenItems(ObjectReference akTransferTo) Native
Function SetContainerAllowStolenItems(Bool setAllowStolenItems) Native
Int Function GetAllItemsCount() Native
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
; SKSE64 additions built 2023-11-30 02:04:35.605000 UTC
; Container-only functions
int Function GetNumItems() native