TriggerScreenBlood - Game

From the Fallout4 CreationKit Wiki
Revision as of 16:58, 18 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Trigger on-screen blood splatter.

Syntax[edit | edit source]

Function TriggerScreenBlood(int aiValue) native global

Parameters[edit | edit source]

  • aiValue: The number of droplets to put on the screen.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Show a minor amount of blood on the screen
Game.TriggerScreenBlood(5)

See Also[edit | edit source]