|
Arma Reforger Script API
|
Additional Inherited Members | |
Public Member Functions inherited from SCR_PlaceableItemComponentClass | |
| bool | CanAttachToDynamicObject () |
| Returns true if it should be possible to attach this object to dynamic object like f.e. vehicle. | |
| float | GetMaxAllowedTilt () |
| EPhysicsLayerDefs | GetIgnoredPhysicsLayers () |
| Returns physics layer mask that can be used to determin which layers should be ignored. | |
| SCR_ECharacterDistanceMeasurementMethod | GetDistanceMeasurementMethod () |
| Returns preferred Measurement method. | |
| int | GetIgnoredComponents (notnull out array< TypeName > outIgnoredComponents) |
| Returns physics layer mask that can be used to determin which layers should be ignored. | |
| void | ValidateIgnoredComponents () |
| Removes unwanted types from ignored components list. | |
Protected Attributes inherited from SCR_PlaceableItemComponentClass | |
| bool | m_bCanAttachToDynamicObject |
| float | m_fMaxAllowedTilt |
| EPhysicsLayerDefs | m_eIgnoredPhysicsLayers |
| ref array< string > | m_aIgnoredComponents |
| SCR_ECharacterDistanceMeasurementMethod | m_eMeasurementMethod |
| ref array< TypeName > | m_aIgnoredComponentTypes = {} |
| bool | m_bValidated |