Packagehud.evergreen
Classpublic class EvergreenUtils
InheritanceEvergreenUtils Inheritance Object



Public Methods
 MethodDefined By
  
createRarityLabel(_arg_1:int, _arg_2:Boolean = true):DisplayObject
[static]
EvergreenUtils
  
disableMaskingInTextFields(_arg_1:DisplayObjectContainer):void
[static]
EvergreenUtils
  
isValidRarityLabel(_arg_1:int):Boolean
[static]
EvergreenUtils
Public Constants
 ConstantDefined By
  CRIMESECTOR_ARMSTRAFFICKING : int = 0
[static]
EvergreenUtils
  CRIMESECTOR_ASSASSINATION : int = 1
[static]
EvergreenUtils
  CRIMESECTOR_BIGPHARMA : int = 3
[static]
EvergreenUtils
  CRIMESECTOR_ECOCRIME : int = 4
[static]
EvergreenUtils
  CRIMESECTOR_ESPIONAGE : int = 6
[static]
EvergreenUtils
  CRIMESECTOR_ORGANTRAFFICKING : int = 2
[static]
EvergreenUtils
  CRIMESECTOR_PSYOPS : int = 5
[static]
EvergreenUtils
  CRIMESECTOR_SICKGAMES : int = 7
[static]
EvergreenUtils
  ITEMRARITY_COMMON : int = 1
[static]
EvergreenUtils
  ITEMRARITY_EPIC : int = 3
[static]
EvergreenUtils
  ITEMRARITY_LEGENDARY : int = 4
[static]
EvergreenUtils
  ITEMRARITY_NONE : int = 0
[static]
EvergreenUtils
  ITEMRARITY_RARE : int = 2
[static]
EvergreenUtils
  ITEMRARITY_SAFEHOUSEONLY : int = -1
[static]
EvergreenUtils
  LABELBGCOLOR : Vector.<uint>
[static]
EvergreenUtils
  LABELPURPOSE_ACTION_KILL_TYPE : int = 1
[static]
EvergreenUtils
  LABELPURPOSE_ITEMRARITY_COMMON : int = 5
[static]
EvergreenUtils
  LABELPURPOSE_ITEMRARITY_EPIC : int = 7
[static]
EvergreenUtils
  LABELPURPOSE_ITEMRARITY_LEGENDARY : int = 8
[static]
EvergreenUtils
  LABELPURPOSE_ITEMRARITY_RARE : int = 6
[static]
EvergreenUtils
  LABELPURPOSE_LOSE_ON_WOUNDED : int = 9
[static]
EvergreenUtils
  LABELPURPOSE_NONE : int = 0
[static]
EvergreenUtils
  LABELPURPOSE_POISON_EMETIC : int = 3
[static]
EvergreenUtils
  LABELPURPOSE_POISON_LETHAL : int = 2
[static]
EvergreenUtils
  LABELPURPOSE_POISON_SEDATIVE : int = 4
[static]
EvergreenUtils
Method Detail
createRarityLabel()method
public static function createRarityLabel(_arg_1:int, _arg_2:Boolean = true):DisplayObject

Parameters

_arg_1:int
 
_arg_2:Boolean (default = true)

Returns
DisplayObject
disableMaskingInTextFields()method 
public static function disableMaskingInTextFields(_arg_1:DisplayObjectContainer):void

Parameters

_arg_1:DisplayObjectContainer

isValidRarityLabel()method 
public static function isValidRarityLabel(_arg_1:int):Boolean

Parameters

_arg_1:int

Returns
Boolean
Constant Detail
CRIMESECTOR_ARMSTRAFFICKINGConstant
public static const CRIMESECTOR_ARMSTRAFFICKING:int = 0

CRIMESECTOR_ASSASSINATIONConstant 
public static const CRIMESECTOR_ASSASSINATION:int = 1

CRIMESECTOR_BIGPHARMAConstant 
public static const CRIMESECTOR_BIGPHARMA:int = 3

CRIMESECTOR_ECOCRIMEConstant 
public static const CRIMESECTOR_ECOCRIME:int = 4

CRIMESECTOR_ESPIONAGEConstant 
public static const CRIMESECTOR_ESPIONAGE:int = 6

CRIMESECTOR_ORGANTRAFFICKINGConstant 
public static const CRIMESECTOR_ORGANTRAFFICKING:int = 2

CRIMESECTOR_PSYOPSConstant 
public static const CRIMESECTOR_PSYOPS:int = 5

CRIMESECTOR_SICKGAMESConstant 
public static const CRIMESECTOR_SICKGAMES:int = 7

ITEMRARITY_COMMONConstant 
public static const ITEMRARITY_COMMON:int = 1

ITEMRARITY_EPICConstant 
public static const ITEMRARITY_EPIC:int = 3

ITEMRARITY_LEGENDARYConstant 
public static const ITEMRARITY_LEGENDARY:int = 4

ITEMRARITY_NONEConstant 
public static const ITEMRARITY_NONE:int = 0

ITEMRARITY_RAREConstant 
public static const ITEMRARITY_RARE:int = 2

ITEMRARITY_SAFEHOUSEONLYConstant 
public static const ITEMRARITY_SAFEHOUSEONLY:int = -1

LABELBGCOLORConstant 
public static const LABELBGCOLOR:Vector.<uint>

LABELPURPOSE_ACTION_KILL_TYPEConstant 
public static const LABELPURPOSE_ACTION_KILL_TYPE:int = 1

LABELPURPOSE_ITEMRARITY_COMMONConstant 
public static const LABELPURPOSE_ITEMRARITY_COMMON:int = 5

LABELPURPOSE_ITEMRARITY_EPICConstant 
public static const LABELPURPOSE_ITEMRARITY_EPIC:int = 7

LABELPURPOSE_ITEMRARITY_LEGENDARYConstant 
public static const LABELPURPOSE_ITEMRARITY_LEGENDARY:int = 8

LABELPURPOSE_ITEMRARITY_RAREConstant 
public static const LABELPURPOSE_ITEMRARITY_RARE:int = 6

LABELPURPOSE_LOSE_ON_WOUNDEDConstant 
public static const LABELPURPOSE_LOSE_ON_WOUNDED:int = 9

LABELPURPOSE_NONEConstant 
public static const LABELPURPOSE_NONE:int = 0

LABELPURPOSE_POISON_EMETICConstant 
public static const LABELPURPOSE_POISON_EMETIC:int = 3

LABELPURPOSE_POISON_LETHALConstant 
public static const LABELPURPOSE_POISON_LETHAL:int = 2

LABELPURPOSE_POISON_SEDATIVEConstant 
public static const LABELPURPOSE_POISON_SEDATIVE:int = 4