When the player is in a gethit state, returns the value of the specified hit parameter.

Format: GetHitVar(param_name)

Arguments:

Return type: Depends on specified hit parameter. See Details.

Error conditions: none

Details:

Example:

trigger1 = GetHitVar(yvel) < -5.5
; Triggers if the hit's specified y velocity is less than -5.5.