![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | DebugTextScreenSpace () |
| void | DebugTextScreenSpace () |
| void | ~DebugTextScreenSpace () |
| void | ~DebugTextScreenSpace () |
| proto external vector | GetPosition () |
| proto external vector | GetPosition () |
| proto external void | SetPosition (float x, float y) |
| proto external void | SetPosition (float x, float y) |
Static Private Member Functions | |
| static proto DebugTextScreenSpace | Create (string text, DebugTextFlags flags, float x, float y, float size=20.0, int color=0xFFFFFFFF, int bgColor=0x00000000, int priority=1000) |
| Creates a text instance. | |
| static proto DebugTextScreenSpace | Create (string text, DebugTextFlags flags, float x, float y, float size=20.0, int color=0xFFFFFFFF, int bgColor=0x00000000, int priority=1000) |
| Creates a text instance. | |
Definition at line 7 of file debugtextscreenspace.c.
|
private |
Referenced by Create().
|
private |
|
private |
|
private |
|
staticprivate |
Creates a text instance.
| text | Text to draw on screen |
| flags | DebugTextFlags |
| x | X coordinate of the top left corner of the text |
| y | Y coordinate of the top left corner of the text |
| size | Size of the font in pixels |
| color | Color of the text |
| bgColor | Color of the back background behind the text |
| priority | Z order priority. Note: texts with background are always rendered under texts without background. |
References DebugTextScreenSpace(), x, and y.
Referenced by Debug::DrawTextSS().
|
staticprivate |
Creates a text instance.
| text | Text to draw on screen |
| flags | DebugTextFlags |
| x | X coordinate of the top left corner of the text |
| y | Y coordinate of the top left corner of the text |
| size | Size of the font in pixels |
| color | Color of the text |
| bgColor | Color of the back background behind the text |
| priority | Z order priority. Note: texts with background are always rendered under texts without background. |
|
private |
|
private |