DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
DebugText Class Reference

Used for creating on screen texts in world. More...

Private Member Functions

private void DebugText ()
 Instantiate using the Create method in derived classes.
 
void ~DebugText ()
 
proto external string GetText ()
 
proto external float GetFontSize ()
 
proto external int GetTextColor ()
 
proto external int GetBackgroundColor ()
 
proto external int GetPriority ()
 
proto external void SetText (string text)
 
proto external void SetTextColor (int color)
 
proto external void SetFontSize (float size)
 
proto external void SetBackgroundColor (int color)
 
proto external void SetPriority (int priority)
 
private void DebugText ()
 Instantiate using the Create method in derived classes.
 
void ~DebugText ()
 
proto external string GetText ()
 
proto external float GetFontSize ()
 
proto external int GetTextColor ()
 
proto external int GetBackgroundColor ()
 
proto external int GetPriority ()
 
proto external void SetText (string text)
 
proto external void SetTextColor (int color)
 
proto external void SetFontSize (float size)
 
proto external void SetBackgroundColor (int color)
 
proto external void SetPriority (int priority)
 

Detailed Description

Used for creating on screen texts in world.

Constructor & Destructor Documentation

◆ DebugText() [1/2]

private void DebugText ( )
private

Instantiate using the Create method in derived classes.

◆ ~DebugText() [1/2]

void ~DebugText ( )
private

◆ DebugText() [2/2]

private void DebugText ( )
private

Instantiate using the Create method in derived classes.

◆ ~DebugText() [2/2]

void ~DebugText ( )
private

Member Function Documentation

◆ GetBackgroundColor() [1/2]

proto external int GetBackgroundColor ( )
private

◆ GetBackgroundColor() [2/2]

proto external int GetBackgroundColor ( )
private

◆ GetFontSize() [1/2]

proto external float GetFontSize ( )
private

◆ GetFontSize() [2/2]

proto external float GetFontSize ( )
private

◆ GetPriority() [1/2]

proto external int GetPriority ( )
private

◆ GetPriority() [2/2]

proto external int GetPriority ( )
private

◆ GetText() [1/2]

proto external string GetText ( )
private

◆ GetText() [2/2]

proto external string GetText ( )
private

◆ GetTextColor() [1/2]

proto external int GetTextColor ( )
private

◆ GetTextColor() [2/2]

proto external int GetTextColor ( )
private

◆ SetBackgroundColor() [1/2]

proto external void SetBackgroundColor ( int  color)
private

◆ SetBackgroundColor() [2/2]

proto external void SetBackgroundColor ( int  color)
private

◆ SetFontSize() [1/2]

proto external void SetFontSize ( float  size)
private

◆ SetFontSize() [2/2]

proto external void SetFontSize ( float  size)
private

◆ SetPriority() [1/2]

proto external void SetPriority ( int  priority)
private

Sets Z order priority.

Note
Texts with background are always rendered under texts without background.

◆ SetPriority() [2/2]

proto external void SetPriority ( int  priority)
private

Sets Z order priority.

Note
Texts with background are always rendered under texts without background.

◆ SetText() [1/2]

proto external void SetText ( string  text)
private

◆ SetText() [2/2]

proto external void SetText ( string  text)
private

◆ SetTextColor() [1/2]

proto external void SetTextColor ( int  color)
private

◆ SetTextColor() [2/2]

proto external void SetTextColor ( int  color)
private

The documentation for this class was generated from the following file: