![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | Canvas (int size_x, int size_y) |
| void | DrawPixel (int x, int y) |
| void | PrintOut () |
| void | SaveToFile (string filename) |
Private Attributes | |
| ref array< ref array< PIXEL > > | m_Pixels = new array<ref array<PIXEL>> |
| int | m_SizeX |
| int | m_SizeY |
|
inlineprivate |
|
inlineprivate |
Definition at line 67 of file canvas.c.
References FPrintln(), m_Pixels, m_SizeX, m_SizeY, and OpenFile().
Definition at line 19 of file canvas.c.
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().
|
private |
Definition at line 17 of file canvas.c.
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().
|
private |
Definition at line 17 of file canvas.c.
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().