#include <ardev.h>
Public Member Functions | |
| RenderPair (RenderObject *_R, PositionObject *_P, int _Flags=0) | |
| bool | operator== (const RenderPair &rhs) |
| True if both the pointers from the two RenderPairs are the same. | |
Public Attributes | |
| RenderObject * | Rend |
| The RenderObject. | |
| PositionObject * | Pos |
| The PositionObject. | |
| unsigned int | Flags |
| Flags for the render pair. | |
| bool | ThreadInitilised |
| Has the threadInit function been called. | |
| RenderPair::RenderPair | ( | RenderObject * | _R, | |
| PositionObject * | _P, | |||
| int | _Flags = 0 | |||
| ) | [inline] |
Construct a RenderPair from the given pointers and offset Flag Options are RENDERPAIR_POSITION_REVERSE or 0 for none
1.5.1