diff --git a/_build/Script objects.txt b/_build/Script objects.txt index cc8842bb..65334250 100644 --- a/_build/Script objects.txt +++ b/_build/Script objects.txt @@ -73,7 +73,6 @@ referencealias.* skse.* scene.* scroll.* -shaderparticlegeometry.* shout.* soulgem.* sound.* diff --git a/_build/Used Skyrim scripts.txt b/_build/Used Skyrim scripts.txt index d40b4c48..03cb2dd5 100644 --- a/_build/Used Skyrim scripts.txt +++ b/_build/Used Skyrim scripts.txt @@ -135,6 +135,7 @@ resourceobjectsawmillscript.* resourceobjectscript.* sayonhitbymagiceffectscript.* sethirelingrehire.* +shaderparticlegeometry.* shaderparticlegeometryscript.* silverswordscript.* skyhavensconcescript.* diff --git a/scripts/objectreference.pex b/scripts/objectreference.pex index 3933dfac..262c7a76 100644 Binary files a/scripts/objectreference.pex and b/scripts/objectreference.pex differ diff --git a/source/scripts/objectreference.psc b/source/scripts/objectreference.psc index 11d11f28..d5276fd3 100644 --- a/source/scripts/objectreference.psc +++ b/source/scripts/objectreference.psc @@ -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