Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_PrefabNamePredicate Interface Reference

Searches for items with same prefab name. More...

Inheritance diagram for SCR_PrefabNamePredicate:
InventorySearchPredicate BaseInventorySearchPredicate

Public Attributes

string prefabName
 
- Public Attributes inherited from InventorySearchPredicate
ref array< TypeName > QueryComponentTypes = {}
 
ref array< TypeName > QueryAttributeTypes = {}
 

Protected Member Functions

override bool IsMatch (BaseInventoryStorageComponent storage, IEntity item, array< GenericComponent > queriedComponents, array< BaseItemAttributeData > queriedAttributes)
 
- Protected Member Functions inherited from InventorySearchPredicate
override ref array< TypeName > GetQueryComponents ()
 
override ref array< TypeName > GetQueryAttributes ()
 

Detailed Description

Searches for items with same prefab name.

Member Function Documentation

◆ IsMatch()

override bool SCR_PrefabNamePredicate.IsMatch ( BaseInventoryStorageComponent storage,
IEntity item,
array< GenericComponent > queriedComponents,
array< BaseItemAttributeData > queriedAttributes )
protected

Member Data Documentation

◆ prefabName

string SCR_PrefabNamePredicate.prefabName

The documentation for this interface was generated from the following file: