EVENT DISPLAYCAMERAOSD: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 5: Line 5:
This event is run whenever the on screen display for security cameras is active. These are triggered by using security monitors ingame.
This event is run whenever the on screen display for security cameras is active. These are triggered by using security monitors ingame.


Set RETURN to a nonzero value to disable the text that is shown on viewscreen cameras.
Set RETURN to a nonzero value to disable the text that is shown on fullscreen viewscreen camera displays. If cameras are destructible, this will also remove the static screen that would normally appear when viewing a destroyed camera.


[[Category:Events]]
[[Category:Events]]

Latest revision as of 09:23, 4 February 2022

Event ID player# THISACTOR RETURN
EVENT_DISPLAYCAMERAOSD screenpeek player->i 1 value

EVENT_DISPLAYCAMERAOSD is a Game Event.

This event is run whenever the on screen display for security cameras is active. These are triggered by using security monitors ingame.

Set RETURN to a nonzero value to disable the text that is shown on fullscreen viewscreen camera displays. If cameras are destructible, this will also remove the static screen that would normally appear when viewing a destroyed camera.