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

◆ CallLaterByName()

proto void ScriptCallQueue::CallLaterByName ( Class obj,
string fnName,
int delay = 0,
bool repeat = false,
Param params = NULL )
private

adds call into the queue with given parameters and arguments (arguments are held in memory until the call is executed/removed or ScriptCallQueue is destroyed)

Используется в ImprovisedExplosive::OnActivatedByItem(), Play() и UniversalTemperatureSourceDebug::SetDefferedActive().