Skip to content

Latest commit

 

History

History
79 lines (44 loc) · 1.83 KB

GuiClockHud.rst

File metadata and controls

79 lines (44 loc) · 1.83 KB

GuiClockHud

Basic HUD clock. Displays the current simulation time offset from some base.

Inherit:

GuiControl

Description

Basic HUD clock. Displays the current simulation time offset from some base.

Example:

newGuiClockHud(){
   fillColor = "0.0 1.0 0.0 1.0"; // Fills with a solid green colorframeColor = "1.0 1.0 1.0 1.0"; // Solid white frame colortextColor = "1.0 1.0 1.0 1.0"; // Solid white text ColorshowFill = "true";
   showFrame = "true";
};

Methods

Fields