TriggerScreenBlood - Game

From the CreationKit Wiki
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]