6 [Attribute(defvalue: "", desc: "Prefab which will be spawned when this variant is deployed", uiwidget: UIWidgets.ResourcePickerThumbnail, params: "et")]
9 [Attribute(uiwidget: UIWidgets.ResourcePickerThumbnail, desc: "Model or prefab that will be shown as a preview", params: "xob et", category: "Setup")]
18 [Attribute(desc: "Coordinate describing the bounding box volume used for obstruction check.\nIf left zero, then game will try to load it from data. This will work only if there is an override of the bouding volume.\nEnsure that individual components of this vector are smaller than their counterparts in 'Replacement Prefab Bounding Box Maxs'", params: "inf inf purpose=coords space=entity anglesVar=Angles", category: "Validation")]
21 [Attribute(desc: "Coordinate describing the bounding box volume used for obstruction check.\nIf left zero, then game will try to load it from data of replacement prefab. This will work only if there is an override of the bouding volume", params: "inf inf purpose=coords space=entity anglesVar=Angles", category: "Validation")]
27 [Attribute(desc: "Additional offset to the position at which entity will be spawned", params: "inf inf purpose=coords space=entity anglesVar=Angles", category: "Setup")]
30 [Attribute(desc: "Additional rotation that will applied to the spawned entity", params: "inf inf purpose=angles space=entity coordsVar=coordsVariableName", category: "Setup")]
33 [Attribute("-1", desc: "Max allowed tilt (in dgrees) from zero value on give axis.\nValue below 0 means that there is no angle restriction", params: "-1 180")]
36 [Attribute(desc: "Class which is going to check if the surface on which this variant is being deployed is a valid one.\nIf this is left empty then there is no validation of the surface entity.")]
200Print("[SCR_DeployableVariantContainer] Variant with id = " + m_iVariantId + " 'Replacement Prefab Bounding Box Mins' has larger X component than one in 'Replacement Prefab Bounding Box Maxs'. This is not allowed!", LogLevel.ERROR);
203Print("[SCR_DeployableVariantContainer] Variant with id = " + m_iVariantId + " 'Replacement Prefab Bounding Box Mins' has larger Y component than one in 'Replacement Prefab Bounding Box Maxs'. This is not allowed!", LogLevel.ERROR);
206Print("[SCR_DeployableVariantContainer] Variant with id = " + m_iVariantId + " 'Replacement Prefab Bounding Box Mins' has larger Z component than one in 'Replacement Prefab Bounding Box Maxs'. This is not allowed!", LogLevel.ERROR);