A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
H — Constant Static Property, class verlocity.input.KeyCode
halfHeight — Property, class verlocity.ents.DisplayEntity
A getter that returns the height divided by two (center of y).
halfWidth — Property, class verlocity.ents.DisplayEntity
A getter that returns the width divided by two (center of x).
_HandleHotKeys(key:uint) — method, class verlocity.input.KeyManager
Handles hot keys.
HasEnded() — method, class verlocity.ents.DisplayEntity
Returns if the MovieClip/_bitmapClip
HasEnded(mc:flash.display:MovieClip) — Static Method , class verlocity.utils.DisplayUtil
Returns if a MovieClip has reached the end of its timeline.
hasEventListener(type:String) — method, class verlocity.core.Global
HasMethod(obj:Object, methodName:String) — Static Method , class verlocity.utils.ObjectUtil
Returns if the object contains the method
HasMoved() — method, class verlocity.ents.DynamicEntity
Returns if the entity has moved (determined by its previous position set) This is used to optimize collision and physics calculations
hasText(p_string:String) — Static Method , class verlocity.utils.StringUtil
Determines whether the specified string contains text.
head — Property, class verlocity.core.LinkedList
Returns the head node of the list.
health — Property, class verlocity.ents.Entity
A getter that returns the current health value of the entity.
height — Property, class verlocity.collision.CRectangle
height — Property, class verlocity.components.verCamera
Returns the height of the camera.
height — Property, class verlocity.display.BitmapClip
height — Property, class verlocity.ents.DisplayEntity
Returns the height of the display entity.
HighlightNextButton() — method, class verlocity.components.verUI
Selects the next UI button (used for key input)
HighlightPreviousButton() — method, class verlocity.components.verUI
Selects the previous UI button (used for key input)
HOME — Constant Static Property, class verlocity.input.KeyCode
Hook(newObj:Object) — method, class verlocity.components.verEngine
Hooks an object to the game loop.
HSVtoHex(h:Number, s:Number, v:Number) — Static Method , class verlocity.utils.ColorUtil
Returns a hexidecimal color value based on hue, saturation, and value given.
hue — Property, class verlocity.components.verCamera
Returns the hue of the camera.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z