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

◆ OnDebugSpawn()

override void ClaymoreMine::OnDebugSpawn ( )
inlineprotected

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

278 {
279 RemoteDetonatorTrigger rdt = RemoteDetonatorTrigger.Cast(SpawnEntityOnGroundPos("RemoteDetonatorTrigger", GetPosition() + GetDirection() * 0.5));
280 PairWithDevice(rdt);
281 Arm();
282 }
void Arm()
Определения ExplosivesBase.c:245
bool PairWithDevice(notnull ItemBase otherDevice)
Определения ItemBase.c:9667
void RemoteDetonatorTrigger()
Определения RemoteDetonator.c:233
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

Перекрестные ссылки Arm(), GetPosition() и PairWithDevice().