![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
atlasPic library
Public Member Functions | |
int | Load (string atlasPicName) |
void | Draw (int atlasPic, vector drawAtPos, bool forceAdditive) |
void | Draw_A (int atlasPic, vector drawAtPos, float picAlpha, bool forceAdditive) |
void | Draw_RGBA (int atlasPic, vector drawAtPos, vector picColor, float picAlpha, bool forceAdditive) |
void | DrawTop_RGBA (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, float picAlpha, bool forceAdditive) |
void | DrawBottom_RGBA (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, float picAlpha, bool forceAdditive) |
void | DrawLeft_RGBA (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, float picAlpha, bool forceAdditive) |
void | DrawRight_RGBA (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, float picAlpha, bool forceAdditive) |
void | DrawTop_RGB (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, bool forceAdditive) |
void | DrawBottom_RGB (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, bool forceAdditive) |
void | DrawLeft_RGB (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, bool forceAdditive) |
void | DrawRight_RGB (int atlasPic, vector drawAtPos, float percentageDrawn, vector picColor, bool forceAdditive) |
void | Draw_RGB (int atlasPic, vector drawAtPos, vector picColor, bool forceAdditive) |
void | DrawCrosshair (int atlasPic) |
float | GetWidth (int atlasPic) |
float | GetHeight (int atlasPic) |
vector | GetSize (int atlasPic) |
void atlasPicAPI_t::Draw | ( | int | atlasPic, |
vector | drawAtPos, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::Draw_A | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | picAlpha, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::Draw_RGB | ( | int | atlasPic, |
vector | drawAtPos, | ||
vector | picColor, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::Draw_RGBA | ( | int | atlasPic, |
vector | drawAtPos, | ||
vector | picColor, | ||
float | picAlpha, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawBottom_RGB | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawBottom_RGBA | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
float | picAlpha, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawCrosshair | ( | int | atlasPic | ) |
void atlasPicAPI_t::DrawLeft_RGB | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawLeft_RGBA | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
float | picAlpha, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawRight_RGB | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawRight_RGBA | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
float | picAlpha, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawTop_RGB | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
bool | forceAdditive ) |
void atlasPicAPI_t::DrawTop_RGBA | ( | int | atlasPic, |
vector | drawAtPos, | ||
float | percentageDrawn, | ||
vector | picColor, | ||
float | picAlpha, | ||
bool | forceAdditive ) |
float atlasPicAPI_t::GetHeight | ( | int | atlasPic | ) |
vector atlasPicAPI_t::GetSize | ( | int | atlasPic | ) |
float atlasPicAPI_t::GetWidth | ( | int | atlasPic | ) |
int atlasPicAPI_t::Load | ( | string | atlasPicName | ) |