Packagehud
Classpublic class OutfitAndStatusMarkersVR
InheritanceOutfitAndStatusMarkersVR Inheritance BaseControl Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedCallEntity : Function
BaseControl
  hitmanSuitCrop_fScale : Number
[write-only]
OutfitAndStatusMarkersVR
  mask_pxHeight : Number
[write-only]
OutfitAndStatusMarkersVR
  mask_pxPadding : Number
[write-only]
OutfitAndStatusMarkersVR
  mask_pxWidth : Number
[write-only]
OutfitAndStatusMarkersVR
 Inheritedm_bounds : Rectangle
BaseControl
  outfit_fScale : Number
[write-only]
OutfitAndStatusMarkersVR
  outfit_zOffset : Number
[write-only]
OutfitAndStatusMarkersVR
Public Methods
 MethodDefined By
  
OutfitAndStatusMarkersVR
 Inherited
BaseControl
 Inherited
getContainer():Sprite
BaseControl
  
hiddenInCrowd(_arg_1:Boolean):void
OutfitAndStatusMarkersVR
  
hiddenInVegetation(_arg_1:Boolean):void
OutfitAndStatusMarkersVR
 Inherited
onAttached():void
BaseControl
 Inherited
BaseControl
 Inherited
onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
BaseControl
 Inherited
onMouseEnabled(_arg_1:Boolean):void
BaseControl
 Inherited
onSetConstrained(_arg_1:Boolean):void
BaseControl
  
onSetData(_arg_1:Object):void
OutfitAndStatusMarkersVR
 Inherited
onSetSize(_arg_1:Number, _arg_2:Number):void
BaseControl
 Inherited
onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void
BaseControl
 Inherited
onSetVisible(_arg_1:Boolean):void
BaseControl
  
setPlayerLookingAtHand(_arg_1:Boolean):void
OutfitAndStatusMarkersVR
  
setTensionMessage(_arg_1:String, _arg_2:int, _arg_3:int):void
OutfitAndStatusMarkersVR
 Inherited
BaseControl
  
updateOutfit(lstrName:String, ridImage:String, isHitmanSuit:Boolean, isOutfitChange:Boolean):void
OutfitAndStatusMarkersVR
Protected Methods
 MethodDefined By
 Inherited
getProperty(_arg_1:String):*
BaseControl
 Inherited
print(_arg_1:*):void
BaseControl
 Inherited
sendBounds(_arg_1:Rectangle):void
BaseControl
 Inherited
sendEvent(_arg_1:String):void
BaseControl
 Inherited
sendEventWithValue(_arg_1:String, _arg_2:*):void
BaseControl
Public Constants
 ConstantDefined By
  ICON_COMBAT : int = 4
[static]
OutfitAndStatusMarkersVR
  ICON_COMPROMISED : int = 2
[static]
OutfitAndStatusMarkersVR
  ICON_HIDDENINLVA : int = 6
[static]
OutfitAndStatusMarkersVR
  ICON_HUNTED : int = 3
[static]
OutfitAndStatusMarkersVR
  ICON_QUESTIONMARK : int = 7
[static]
OutfitAndStatusMarkersVR
  ICON_SEARCHING : int = 1
[static]
OutfitAndStatusMarkersVR
  ICON_SECURITYCAMERA : int = 5
[static]
OutfitAndStatusMarkersVR
  ICON_UNCONSCIOUSWITNESS : int = 8
[static]
OutfitAndStatusMarkersVR
Property Detail
hitmanSuitCrop_fScaleproperty
hitmanSuitCrop_fScale:Number  [write-only]


Implementation
    public function set hitmanSuitCrop_fScale(value:Number):void
mask_pxHeightproperty 
mask_pxHeight:Number  [write-only]


Implementation
    public function set mask_pxHeight(value:Number):void
mask_pxPaddingproperty 
mask_pxPadding:Number  [write-only]


Implementation
    public function set mask_pxPadding(value:Number):void
mask_pxWidthproperty 
mask_pxWidth:Number  [write-only]


Implementation
    public function set mask_pxWidth(value:Number):void
outfit_fScaleproperty 
outfit_fScale:Number  [write-only]


Implementation
    public function set outfit_fScale(value:Number):void
outfit_zOffsetproperty 
outfit_zOffset:Number  [write-only]


Implementation
    public function set outfit_zOffset(value:Number):void
Constructor Detail
OutfitAndStatusMarkersVR()Constructor
public function OutfitAndStatusMarkersVR()



Method Detail
hiddenInCrowd()method
public function hiddenInCrowd(_arg_1:Boolean):void

Parameters

_arg_1:Boolean

hiddenInVegetation()method 
public function hiddenInVegetation(_arg_1:Boolean):void

Parameters

_arg_1:Boolean

onSetData()method 
public function onSetData(_arg_1:Object):void

Parameters

_arg_1:Object

setPlayerLookingAtHand()method 
public function setPlayerLookingAtHand(_arg_1:Boolean):void

Parameters

_arg_1:Boolean

setTensionMessage()method 
public function setTensionMessage(_arg_1:String, _arg_2:int, _arg_3:int):void

Parameters

_arg_1:String
 
_arg_2:int
 
_arg_3:int

updateOutfit()method 
public function updateOutfit(lstrName:String, ridImage:String, isHitmanSuit:Boolean, isOutfitChange:Boolean):void

Parameters

lstrName:String
 
ridImage:String
 
isHitmanSuit:Boolean
 
isOutfitChange:Boolean

Constant Detail
ICON_COMBATConstant
public static const ICON_COMBAT:int = 4

ICON_COMPROMISEDConstant 
public static const ICON_COMPROMISED:int = 2

ICON_HIDDENINLVAConstant 
public static const ICON_HIDDENINLVA:int = 6

ICON_HUNTEDConstant 
public static const ICON_HUNTED:int = 3

ICON_QUESTIONMARKConstant 
public static const ICON_QUESTIONMARK:int = 7

ICON_SEARCHINGConstant 
public static const ICON_SEARCHING:int = 1

ICON_SECURITYCAMERAConstant 
public static const ICON_SECURITYCAMERA:int = 5

ICON_UNCONSCIOUSWITNESSConstant 
public static const ICON_UNCONSCIOUSWITNESS:int = 8