Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ItemTypeSearchPredicate Interface Reference
Inheritance diagram for SCR_ItemTypeSearchPredicate:
InventorySearchPredicate BaseInventorySearchPredicate

Public Member Functions

void SCR_ItemTypeSearchPredicate (TypeName type, int wantedItemType, IEntity originalItem)
 

Public Attributes

int m_iItemType = -1
 
IEntity m_iOriginalItem
 
- 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 ()
 

Constructor & Destructor Documentation

◆ SCR_ItemTypeSearchPredicate()

void SCR_ItemTypeSearchPredicate.SCR_ItemTypeSearchPredicate ( TypeName type,
int wantedItemType,
IEntity originalItem )
Parameters
[in]type
[in]wantedItemType
[in]originalItem

Member Function Documentation

◆ IsMatch()

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

Member Data Documentation

◆ m_iItemType

int SCR_ItemTypeSearchPredicate.m_iItemType = -1

◆ m_iOriginalItem

IEntity SCR_ItemTypeSearchPredicate.m_iOriginalItem

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