Структуры данных | |
class | array |
Result for an object found in CGame.IsBoxCollidingGeometryProxy. Подробнее... | |
class | TFModule |
Определения типов | |
typedef array< ref TFResult > | TFResultArr |
Перечисления | |
enum | TFR { FAIL = -1 , SUCCESS , PENDING } |
Функции | |
void | TFResult (TFR result) |
TFResult | And (TFResult other) |
TFResult | Or (TFResult other) |
void | TestFramework () |
void | ~TestFramework () |
override void | EOnInit (IEntity other, int extra) |
override void | EOnFrame (IEntity other, float timeSlice) |
void | AddInitTest (string test) |
void | AddFrameTest (string test) |
bool | Assert (bool condition) |
TFResult | NTFR (TFR result) |
TFResult | BTFR (bool result) |
TFResult | CTFR () |
Переменные | |
enum TFR | Result |
class TFModule | m_OnInitModule |
Test Framework. | |
ref TFModule | m_OnFrameModule |