Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CampaignBuildingObstructionExceptionComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_CampaignBuildingObstructionExceptionComponentClass
 Prefab with this component will be skipped by Campaign Building obstruction system when evaluating blocking entities. More...
 

Functions

SCR_CampaignBuildingObstructionExceptionComponentClass ScriptComponentClass Attribute ("", UIWidgets.ResourceNamePicker, desc:"List of prefab that can colide with this entity on Free Roam building obstruction test.", params:"et")] protected ref array< ResourceName > m_aWhiteListPrefabs
 
bool IsWhitelistEmpty ()
 return true when there is no prefab set on the whitelist. More...
 
bool IsOnWhitelist (ResourceName resName)
 Check if the given ID is ont he list of whitelisted prefabs. More...
 

Function Documentation

◆ Attribute()

SCR_CampaignBuildingObstructionExceptionComponentClass ScriptComponentClass Attribute ( ""  ,
UIWidgets.  ResourceNamePicker,
desc:"List of prefab that can colide with this entity on Free Roam building obstruction test."  ,
params:"et"   
)

◆ IsOnWhitelist()

bool IsOnWhitelist ( ResourceName  resName)

Check if the given ID is ont he list of whitelisted prefabs.

Definition at line 20 of file SCR_CampaignBuildingObstructionExceptionComponent.c.

◆ IsWhitelistEmpty()

bool IsWhitelistEmpty ( )

return true when there is no prefab set on the whitelist.

Definition at line 13 of file SCR_CampaignBuildingObstructionExceptionComponent.c.