SetAlert - Actor
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
Member of: Actor Script
Set or clear this actor's alerted state.
Syntax
Function SetAlert(bool abAlerted = true) native
Parameters
- abAlerted: Whether to set or clear the alerted state.
- Default: True
Return Value
None.
Examples
; Set Nate to be alerted
Nate.SetAlert()
; Clear Nate's alerted status
Nate.SetAlert(false)