![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Topics | |
| Diag menu API definition | |
Classes | |
| class | DbgUI |
| class | Debug |
| class | DebugText |
| Used for creating on screen texts in world. More... | |
| class | DebugTextScreenSpace |
| class | DebugTextWorldSpace |
| class | DiagMenu |
| Diagnostic and developer menu system. More... | |
| class | Shape |
| Instance of created debug visualizer. More... | |
| class | ShapeUtils |
Functions | |
| proto void | Print (void var, LogLevel level=LogLevel.NORMAL) |
| Prints content of variable to console/log. | |
| proto void | PrintFormat (string fmt, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL, LogLevel level=LogLevel.NORMAL) |
| enum DebugTextFlags |
Definition at line 12 of file DebugTextFlags.c.
| enum DebugTextFlags |
Definition at line 12 of file DebugTextFlags.c.
| enum LogLevel |
Enum with severity of the logging message.
Definition at line 13 of file LogLevel.c.
| enum LogLevel |
Definition at line 13 of file LogLevel.c.
| enum ShapeFlags |
Definition at line 12 of file ShapeFlags.c.
| enum ShapeFlags |
Definition at line 12 of file ShapeFlags.c.
| enum ShapeType |
| Enumerator | |
|---|---|
| NONE | When Shape is created and not initialized yet. No revision is locally available/downloaded and not subscribed (cannot download until subscribed). ordered randomly. Manual shifting, manual reverse, manual engine startup, manual persistent handbrake. Gadget anim variable. body is not in simulation, nor in collision world |
| BBOX | Just box. |
| LINE | One lines. |
| BRUSH | Not implemented. |
| PIVOT | 3D orientation visualizer |
| POINT | Not implemented. |
| MESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| POLYGON | Polygon. |
| INDEXEDMESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| SPHERE | Sphere represented by triangle mesh. sphere interpolation |
| CYLINDER | Cylinder represented by triangle mesh. |
| DIAMOND | Eight faced pyramid. Defined by bound-box, where middle part is equal to horizontal extents of box and top/bottom apogees lies on top/bottom side of box. |
| PYRAMID | Four sided pyramid. Defined by bound-box, where base is equal to bottom side of box. |
| ARROW | Arrow pointing down. |
| LINE_LIST | List of multiple lines. |
| LINE_STRIP | Multiple lines in a single winding. |
| NONE | When Shape is created and not initialized yet. No revision is locally available/downloaded and not subscribed (cannot download until subscribed). ordered randomly. Manual shifting, manual reverse, manual engine startup, manual persistent handbrake. Gadget anim variable. body is not in simulation, nor in collision world |
| BBOX | Just box. |
| LINE | One lines. |
| BRUSH | Not implemented. |
| PIVOT | 3D orientation visualizer |
| POINT | Not implemented. |
| MESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| POLYGON | Polygon. |
| INDEXEDMESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| SPHERE | Sphere represented by triangle mesh. sphere interpolation |
| CYLINDER | Cylinder represented by triangle mesh. |
| DIAMOND | Eight faced pyramid. Defined by bound-box, where middle part is equal to horizontal extents of box and top/bottom apogees lies on top/bottom side of box. |
| PYRAMID | Four sided pyramid. Defined by bound-box, where base is equal to bottom side of box. |
| ARROW | Arrow pointing down. |
| LINE_LIST | List of multiple lines. |
| LINE_STRIP | Multiple lines in a single winding. |
Definition at line 12 of file ShapeType.c.
| enum ShapeType |
| Enumerator | |
|---|---|
| NONE | When Shape is created and not initialized yet. No revision is locally available/downloaded and not subscribed (cannot download until subscribed). ordered randomly. Manual shifting, manual reverse, manual engine startup, manual persistent handbrake. Gadget anim variable. body is not in simulation, nor in collision world |
| BBOX | Just box. |
| LINE | One lines. |
| BRUSH | Not implemented. |
| PIVOT | 3D orientation visualizer |
| POINT | Not implemented. |
| MESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| POLYGON | Polygon. |
| INDEXEDMESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| SPHERE | Sphere represented by triangle mesh. sphere interpolation |
| CYLINDER | Cylinder represented by triangle mesh. |
| DIAMOND | Eight faced pyramid. Defined by bound-box, where middle part is equal to horizontal extents of box and top/bottom apogees lies on top/bottom side of box. |
| PYRAMID | Four sided pyramid. Defined by bound-box, where base is equal to bottom side of box. |
| ARROW | Arrow pointing down. |
| LINE_LIST | List of multiple lines. |
| LINE_STRIP | Multiple lines in a single winding. |
| NONE | When Shape is created and not initialized yet. No revision is locally available/downloaded and not subscribed (cannot download until subscribed). ordered randomly. Manual shifting, manual reverse, manual engine startup, manual persistent handbrake. Gadget anim variable. body is not in simulation, nor in collision world |
| BBOX | Just box. |
| LINE | One lines. |
| BRUSH | Not implemented. |
| PIVOT | 3D orientation visualizer |
| POINT | Not implemented. |
| MESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| POLYGON | Polygon. |
| INDEXEDMESH | Triangle mesh. Just triangle list, no tri-fan/tri-strip. |
| SPHERE | Sphere represented by triangle mesh. sphere interpolation |
| CYLINDER | Cylinder represented by triangle mesh. |
| DIAMOND | Eight faced pyramid. Defined by bound-box, where middle part is equal to horizontal extents of box and top/bottom apogees lies on top/bottom side of box. |
| PYRAMID | Four sided pyramid. Defined by bound-box, where base is equal to bottom side of box. |
| ARROW | Arrow pointing down. |
| LINE_LIST | List of multiple lines. |
| LINE_STRIP | Multiple lines in a single winding. |
Definition at line 12 of file ShapeType.c.
| proto void Print | ( | void | var, |
| LogLevel | level = LogLevel.NORMAL ) |
Prints content of variable to console/log.
| proto void PrintFormat | ( | string | fmt, |
| void | param1 = NULL, | ||
| void | param2 = NULL, | ||
| void | param3 = NULL, | ||
| void | param4 = NULL, | ||
| void | param5 = NULL, | ||
| void | param6 = NULL, | ||
| void | param7 = NULL, | ||
| void | param8 = NULL, | ||
| void | param9 = NULL, | ||
| LogLevel | level = LogLevel.NORMAL ) |
Prints formated text to console/log.