|
Arma Reforger Script API
|
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_BaseEditorEffect > | GetEffectsActivate () |
| array< ref SCR_BaseEditorEffect > | GetEffectsDeactivate () |
Protected Attributes | |
| ref array< ref SCR_EditorAttributeList > | m_AttributeLists |
| ref array< SCR_BaseEditorAttribute > | m_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. | |
| void SCR_AttributesManagerEditorComponentClass.SCR_AttributesManagerEditorComponentClass | ( | IEntityComponentSource | componentSource, |
| IEntitySource | parentSource, | ||
| IEntitySource | prefabSource ) |
| [in] | prefab |
| int SCR_AttributesManagerEditorComponentClass.FindAttribute | ( | SCR_BaseEditorAttribute | attribute | ) |
| [in] | attribute |
| SCR_BaseEditorAttribute SCR_AttributesManagerEditorComponentClass.GetAttribute | ( | int | index | ) |
| [in] | index |
| int SCR_AttributesManagerEditorComponentClass.GetAttributesCount | ( | ) |
|
protected |
|
protected |