If you want to see more resources like this, become a Patreon supporter!
No description entered
local inventory = EntityModule.AcquireInventory(DBInventoryId, ownerEntityId)
DBInventoryId
: A string indicating the UUID of the inventory databaseownerEntityId
: A number indicating the ID of the ownerstring
No description entered
EntityModule.AnimCharCopyVisual(entityId)
entityId
: A string representing the UUID of the entity
nil
No description entered
EntityModule.AnimCharSetBodyBlood(entityId, zone, blood)
entityId
: A string representing the UUID of the entityzone
: A number indicating the blood zoneblood
: A number indicating the amount of bloodnil
No description entered
local inventory = EntityModule.CanUseInventory(inventoryId)
inventoryId
: A string representing the UUID of the inventory
boolean
No description entered
EntityModule.EnableLayerProfile(profileName, enable)
profileName
: A string indicating the name of the layer profileenable
: A boolean determining whether the profile should be enablednil
No description entered
local inventory = EntityModule.GetEntityScriptMisc(entityId)
entityId
: An integer indicating the ID of the entity
string
: A string matching the RegEx pattern ([^:]+):([^|]+)
, such as key:value
No description entered
local inventory = EntityModule.GetInventoryOwner(inventoryId)
inventoryId
: A string representing the UUID of the inventory
WUID
No description entered
local inventory = EntityModule.GetSlotHand(slotEntityId)
slotEntityId
: A string representing the ID of the entity
table
or string
No description entered
local slotItemClassId = EntityModule.GetSlotItemClassId(slotEntityId)
slotEntityId
: A string representing the ID of the entity
string
No description entered
local slotSpawnOnStart = EntityModule.GetSlotSpawnOnStart(slotEntityId)
slotEntityId
: A string representing the ID of the entity
Unknown return value
No description entered
local isInventoryReadOnly = EntityModule.IsInventoryReadOnly(inventoryId)
inventoryId
: A string representing the UUID of the inventory
boolean
No description entered
EntityModule.LoadInventoryFromDB(ownerEntityId, DBInventoryId)
DBInventoryId
: A string indicating the UUID of the inventory databaseownerEntityId
: A number indicating the ID of the ownernil
No description entered
EntityModule.MakeParticleEffectActive(particleEffectEntityId)
particleEffectEntityId
: A string representing the ID of the particle effect entity
nil
No description entered
EntityModule.MakeParticleEffectIdle(particleEffectEntityId)
particleEffectEntityId
: A string representing the ID of the particle effect entity
nil
No description entered
EntityModule.ReleaseInventory(ownerEntityId)
ownerEntityId
: A string representing the ID of the owning entity
nil
No description entered
EntityModule.SequenceEntitiesCopyVisual(sequenceName)
sequenceName
: A string indicating the name of the sequence
nil