AllowBleedoutDialogue - Actor
(Redirected from AllowBleedoutDialogue- Actor)
Jump to navigation
Jump to search
Member of: Actor Script
Allows this essential actor to speak with the player during bleedout (normally they can't).
Syntax[edit | edit source]
Function AllowBleedoutDialogue(bool abCanTalk) native
Parameters[edit | edit source]
- abCanTalk: True to allow the essential actor to speak to the player during bleedout and false to turn the behavior back to default
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Allow actor to speak to the player when he is in bleedout?
FredRef.AllowBleedoutDialogue(true)