Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_AttributesManagerEditorComponentClass Interface Reference
Inheritance diagram for SCR_AttributesManagerEditorComponentClass:
[legend]

Public Member Functions

SCR_BaseEditorAttribute GetAttribute (int index)
 
int GetAttributesCount ()
 
int FindAttribute (SCR_BaseEditorAttribute attribute)
 
void SCR_AttributesManagerEditorComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource)
 
- Public Member Functions inherited from SCR_BaseEditorComponentClass
array< ref SCR_BaseEditorEffectGetEffectsActivate ()
 
array< ref SCR_BaseEditorEffectGetEffectsDeactivate ()
 

Protected Attributes

ref array< ref SCR_EditorAttributeListm_AttributeLists
 
ref array< SCR_BaseEditorAttributem_aAttributes = {}
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_BaseEditorComponentClass
static SCR_BaseEditorComponentClass GetInstance (TypeName type, bool showError)
 Get prefab data of local editor component instance attached on SCR_EditorManagerEntity or SCR_EditorModeEntity.
 

Constructor & Destructor Documentation

◆ SCR_AttributesManagerEditorComponentClass()

void SCR_AttributesManagerEditorComponentClass.SCR_AttributesManagerEditorComponentClass ( IEntityComponentSource  componentSource,
IEntitySource  parentSource,
IEntitySource  prefabSource 
)
Parameters
[in]prefab

Member Function Documentation

◆ FindAttribute()

int SCR_AttributesManagerEditorComponentClass.FindAttribute ( SCR_BaseEditorAttribute  attribute)
Parameters
[in]attribute
Returns

◆ GetAttribute()

SCR_BaseEditorAttribute SCR_AttributesManagerEditorComponentClass.GetAttribute ( int  index)
Parameters
[in]index
Returns

◆ GetAttributesCount()

int SCR_AttributesManagerEditorComponentClass.GetAttributesCount ( )
Returns

Member Data Documentation

◆ m_aAttributes

ref array<SCR_BaseEditorAttribute> SCR_AttributesManagerEditorComponentClass.m_aAttributes = {}
protected

◆ m_AttributeLists

ref array<ref SCR_EditorAttributeList> SCR_AttributesManagerEditorComponentClass.m_AttributeLists
protected

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