4
Fork 0

Updated ObjectReference to 1.6.1130

steam-1.6.1130
Eddoursul 5 months ago
parent 5ce8430a66
commit 8e8df2c91b
  1. 1
      _build/Script objects.txt
  2. 1
      _build/Used Skyrim scripts.txt
  3. BIN
      scripts/objectreference.pex
  4. 8
      source/scripts/objectreference.psc

@ -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…
Cancel
Save