DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Run()

TFResult array::Run ( float dt)
inlineprivate

См. определение в файле TestFramework.c строка 58

59 {
60 bool callResult = g_Game.GameScript.CallFunction(m_Instance, m_Test, m_Result, dt);
61 if (!callResult)
62 {
63 ErrorEx(string.Format("Failed to call function \'%1\' on \'%2\'", m_Test, m_Instance.GetDebugName()));
64 m_Result.Result = TFR.FAIL;
65 }
66
67 return m_Result;
68 }
ref TFResult m_Result
Определения TestFramework.c:49
Class m_Instance
Определения TestFramework.c:47
string m_Test
Определения TestFramework.c:48
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
enum ShapeType ErrorEx