Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_FractalVariation Interface Reference

Public Member Functions

int CountFragments ()
 
bool GetFragmentIndexIsAnchor (int index)
 
ResourceName GetFragmentModel (int index, out bool isAnchor)
 
ResourceName GetFragmentDebrisModel (int index, out bool isAnchor)
 

Protected Attributes

ResourceName m_ModelNormal
 
ResourceName m_ModelDestroyed
 
ref array< ResourceName > m_aModelFragments
 
ref array< ResourceName > m_aModelAnchorFragments
 
ref array< ResourceName > m_aDebrisModelFragments
 
ref array< ResourceName > m_aDebrisModelAnchorFragments
 
ref SCR_FragmentHierarchy m_Hierarchy
 

Member Function Documentation

◆ CountFragments()

int SCR_FractalVariation.CountFragments ( )
Returns
how many fragments are in the list (including anchor fragments)

◆ GetFragmentDebrisModel()

ResourceName SCR_FractalVariation.GetFragmentDebrisModel ( int  index,
out bool  isAnchor 
)
Parameters
[in]index
[out]isAnchor
Returns
the debris model to use for the input fragment index

◆ GetFragmentIndexIsAnchor()

bool SCR_FractalVariation.GetFragmentIndexIsAnchor ( int  index)
Returns
whether the input fragment index is an anchor

◆ GetFragmentModel()

ResourceName SCR_FractalVariation.GetFragmentModel ( int  index,
out bool  isAnchor 
)
Parameters
[in]index
[out]isAnchor
Returns
the model to use for the input fragment index

Member Data Documentation

◆ m_aDebrisModelAnchorFragments

ref array<ResourceName> SCR_FractalVariation.m_aDebrisModelAnchorFragments
protected

◆ m_aDebrisModelFragments

ref array<ResourceName> SCR_FractalVariation.m_aDebrisModelFragments
protected

◆ m_aModelAnchorFragments

ref array<ResourceName> SCR_FractalVariation.m_aModelAnchorFragments
protected

◆ m_aModelFragments

ref array<ResourceName> SCR_FractalVariation.m_aModelFragments
protected

◆ m_Hierarchy

ref SCR_FragmentHierarchy SCR_FractalVariation.m_Hierarchy
protected

◆ m_ModelDestroyed

ResourceName SCR_FractalVariation.m_ModelDestroyed
protected

◆ m_ModelNormal

ResourceName SCR_FractalVariation.m_ModelNormal
protected

The documentation for this interface was generated from the following file: