![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | GetCurrentImageData (out Widget layout, out Widget image) |
| Layout should be sufficient for generic manipulation of the hit image. | |
| array< string > | GetTypeImagePathArray () |
| array< string > | GetTypeLayoutPathArray () |
| void | PerformRegisterImages () |
| void | RandomizeImageIdx () |
| void | RegisterImage (string layout_path, string image_name) |
Private Member Functions | |
| void | HitDirectionImagesBase () |
Private Attributes | |
| int | m_ImageIndex |
Definition at line 2 of file hitdirectionimagesbase.c.
|
inlineprivate |
Definition at line 6 of file hitdirectionimagesbase.c.
References GetTypeImagePathArray(), GetTypeLayoutPathArray(), PerformRegisterImages(), and RandomizeImageIdx().
Layout should be sufficient for generic manipulation of the hit image.
Definition at line 40 of file hitdirectionimagesbase.c.
References g_Game, GetTypeImagePathArray(), GetTypeLayoutPathArray(), and m_ImageIndex.
Definition at line 37 of file hitdirectionimagesbase.c.
Referenced by HitDirectionImagesBase(), GetCurrentImageData(), RandomizeImageIdx(), and RegisterImage().
Definition at line 36 of file hitdirectionimagesbase.c.
Referenced by HitDirectionImagesBase(), GetCurrentImageData(), and RegisterImage().
|
inlineprotected |
Definition at line 16 of file hitdirectionimagesbase.c.
Referenced by HitDirectionImagesBase().
|
inlineprotected |
Definition at line 31 of file hitdirectionimagesbase.c.
References Count, GetTypeImagePathArray(), m_ImageIndex, and Math::RandomIntInclusive().
Referenced by HitDirectionImagesBase().
Definition at line 25 of file hitdirectionimagesbase.c.
References GetTypeImagePathArray(), and GetTypeLayoutPathArray().
|
private |
Definition at line 4 of file hitdirectionimagesbase.c.
Referenced by GetCurrentImageData(), and RandomizeImageIdx().