Updated ObjectReference to 1.6.1130
This commit is contained in:
parent
5ce8430a66
commit
8e8df2c91b
@ -73,7 +73,6 @@ referencealias.*
|
||||
skse.*
|
||||
scene.*
|
||||
scroll.*
|
||||
shaderparticlegeometry.*
|
||||
shout.*
|
||||
soulgem.*
|
||||
sound.*
|
||||
|
@ -135,6 +135,7 @@ resourceobjectsawmillscript.*
|
||||
resourceobjectscript.*
|
||||
sayonhitbymagiceffectscript.*
|
||||
sethirelingrehire.*
|
||||
shaderparticlegeometry.*
|
||||
shaderparticlegeometryscript.*
|
||||
silverswordscript.*
|
||||
skyhavensconcescript.*
|
||||
|
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user