Background for Skyrim SE
Member of the Location script
intfunctionGetRefTypeDeadCount(LocationRefTypeakRefType)Native

[DEV SERVER] Loading description...


Caveats


Parameters

LocationRefTypeakRefType

CK Wiki Description

The LocationRefType to search for.


Examples

; Obtain the number of dead clowns in the location
int clownCount = MyHouseProperty.GetRefTypeDeadCount(ClownRefTypeProperty)

Auto-Generated Example

LocationRefType myLocationRefType__akRefType

int returnedValue = myLocation__toCallFunctionOn.GetRefTypeDeadCount(myLocationRefType__akRefType)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.