GetRefTypeDeadCount - Location

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Location Script

Obtains the number of dead enabled references matching the specified reference type in this location.

Syntax[edit | edit source]

int Function GetRefTypeDeadCount(LocationRefType akRefType) native

Parameters[edit | edit source]

Return Value[edit | edit source]

The number of dead enabled references in the location that have the specified location ref type.

Examples[edit | edit source]

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

Notes[edit | edit source]

This checks references whose editor location is the locaiton only. It does NOT check for things that have "wandered" into it from elsewhere. It also only checks enabled refs.

See Also[edit | edit source]