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

◆ OnReceiveParam()

void MessageReceiverBase::OnReceiveParam ( int channel,
Param params )
inlineprivate

This method is called when an object inheriting from this class subscribes to a channel, and a message along with an object reference is broadcast on that channel, if the object was created just for the purpose of relaying information and is not referenced anywhere else, it should be deleted after processing inside this method.

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

12{}