DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
Run()
TFResult
array::Run
(
float
dt
)
inline
private
См. определение в файле
TestFramework.c
строка
58
59
{
60
bool
callResult
=
GetGame
().
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
}
CGame::GameScript
ScriptModule GameScript
Определения
Game.c:12
array< TimerBase >::m_Result
ref TFResult m_Result
Определения
TestFramework.c:49
array< TimerBase >::m_Instance
Class m_Instance
Определения
TestFramework.c:47
array< TimerBase >::m_Test
string m_Test
Определения
TestFramework.c:48
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Определения
IsBoxCollidingGeometryProxyClasses.c:28
GetGame
proto native CGame GetGame()
ErrorEx
enum ShapeType ErrorEx
ScriptModule::CallFunction
proto volatile int CallFunction(Class inst, string function, out void returnVal, void parm)
array< TimerBase >
Создано системой
1.13.2