hud_display_remove_state(hud_state_id[, immediate])

Parameters:
hud_state_id (int) HUD display state ID (returned from hud_display_create_state())
immediate (bool, optional) TRUE to force the elements to fade in/out immediately, or false to fade over time (defaults to FALSE)
 
Returns:
none

Description:
Remove a state from the active HUD element filters.

** NOTE: This invalidates the hud_state_id handle. You cannot use that hud_state_id anymore, and must request
         a new one with hud_display_create_state() if you need to modify the HUD display state

 

back to indexSR3 Script Action Documentation
Last updated: Tue, 09 Aug 2011 11:32:15