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

◆ Run()

TFResult array::Run ( float dt)
inlineprivate

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

59 {
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 }
ScriptModule GameScript
Определения Game.c:12
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.
proto native CGame GetGame()
enum ShapeType ErrorEx
proto volatile int CallFunction(Class inst, string function, out void returnVal, void parm)