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

◆ Call()

void array< ref CallQueueContext >::Call ( Class obj,
string fn_name,
Param params = NULL )
inlineprivate

Creates new call request, add it on queue and execute during frame update (depends on call category)

Аргументы
objtarget object on which function will be executed
fn_namename of function (on object "obj") which will be executed
paramsfunction arguments see Param for usage, default NULL (no arguments)
Предупреждения
When object "obj" is deleted prior call execution, don't forget to remove calls for this object with RemoveCalls

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

109 {
111 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки obj.