Arma Reforger Script API
|
Searches for items with same prefab name. More...
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 sealed ref array< TypeName > | GetQueryComponents () |
override sealed ref array< TypeName > | GetQueryAttributes () |
array< TypeName > | GetQueryComponents () |
array< TypeName > | GetQueryAttributes () |
bool | IsMatch (BaseInventoryStorageComponent storage, IEntity item, array< GenericComponent > queriedComponents, array< BaseItemAttributeData > queriedAttributes) |
Searches for items with same prefab name.
|
protected |
Implements BaseInventorySearchPredicate.
string SCR_PrefabNamePredicate.prefabName |