Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TutorialInventoryItemSearchPredicate.c
Go to the documentation of this file.
2{
3 IEntity m_SearchEntity;
4
5 //------------------------------------------------------------------------------------------------
6 override bool IsMatch(BaseInventoryStorageComponent storage, IEntity item, array<GenericComponent> queriedComponents, array<BaseItemAttributeData> queriedAttributes)
7 {
8 return m_SearchEntity && m_SearchEntity == item;
9 };
10}