GetRefTypeDeadCount - Location
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.
NOTE: 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.
Syntax[edit | edit source]
int Function GetRefTypeDeadCount(LocationRefType akRefType) native
Parameters[edit | edit source]
- akRefType: The LocationRefType to search for.
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)