EVENT DISPLAYCAMERAOSD: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "EVENT_DISPLAYCAMERAOSD is a Game Event. This event is run whenever the on screen display for security cameras is active (Triggered by using security mo..."
 
mNo edit summary
Line 1: Line 1:
{{EventTable|1=EVENT_DISPLAYCAMERAOSD |2=[[screenpeek]]|3=[[i|player->i]]|4=1 value}}
EVENT_DISPLAYCAMERAOSD is a [[EDuke32_event_list|Game Event]].
EVENT_DISPLAYCAMERAOSD is a [[EDuke32_event_list|Game Event]].


This event is run whenever the on screen display for security cameras is active (Triggered by using security monitors ingame) set RETURN to 1 to disable the onscreen display.
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.


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

Revision as of 07:47, 30 January 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 viewscreen cameras.