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

◆ wpnPrint()

void wpnPrint ( string s)

См. определение в файле 4_World/Entities/Firearms/Debug.c строка 1

2{
3#ifdef WPN_DEBUG
4 PrintToRPT("" + s); // comment/uncomment to hide/see at least important info
5#else
6 //Print("" + s); // comment/uncomment to hide/see at least important info
7#endif
8}
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...

Перекрестные ссылки PrintToRPT().

Используется в OnEntry(), WeaponFire::OnEntry(), WeaponStableState::OnEntry(), WeaponStartAction::OnEntry(), OnExit() и WeaponStableState::OnExit().