Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignBuildingObstructionExceptionComponent.c
Go to the documentation of this file.
5
6class SCR_CampaignBuildingObstructionExceptionComponent : ScriptComponent
7{
8 [Attribute("", UIWidgets.ResourceNamePicker, desc: "List of prefab that can colide with this entity on Free Roam building obstruction test.", params: "et")]
9 protected ref array<ResourceName> m_aWhiteListPrefabs;
10
11 //------------------------------------------------------------------------------------------------
14 {
15 return m_aWhiteListPrefabs.IsEmpty();
16 }
17
18 //------------------------------------------------------------------------------------------------
21 {
22 return m_aWhiteListPrefabs.Contains(resName);
23 }
24}
bool IsOnWhitelist(ResourceName resName)
Check if the given ID is ont he list of whitelisted prefabs.
bool IsWhitelistEmpty()
return true when there is no prefab set on the whitelist.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Prefab with this component will be skipped by Campaign Building obstruction system when evaluating bl...
SCR_FieldOfViewSettings Attribute