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