Lines Matching refs:MESSAGE2

55 #define MESSAGE2(NAME, F1, N1, V1, F2, N2, V2) \  macro
263 MESSAGE2(CCarryObjectArrivedMsg, CString, strValue, "", int, numValue, 0);
264 MESSAGE2(CChangeMusicMsg, CString, filename, "", ChangeMusicAction, action, MUSIC_NONE);
267 MESSAGE2(CCheckChevCode, int, classNum, 0, uint, chevCode, 0);
285 MESSAGE2(CPreEnterNodeMsg, CNodeItem *, oldNode, nullptr, CNodeItem *, newNode, nullptr);
286 MESSAGE2(CPreEnterRoomMsg, CRoomItem *, oldRoom, nullptr, CRoomItem *, newRoom, nullptr);
287 MESSAGE2(CPreEnterViewMsg, CViewItem *, oldView, nullptr, CViewItem *, newView, nullptr);
288 MESSAGE2(CEnterNodeMsg, CNodeItem *, oldNode, nullptr, CNodeItem *, newNode, nullptr);
289 MESSAGE2(CEnterRoomMsg, CRoomItem *, oldRoom, nullptr, CRoomItem *, newRoom, nullptr);
290 MESSAGE2(CEnterViewMsg, CViewItem *, oldView, nullptr, CViewItem *, newView, nullptr);
293 MESSAGE2(CFreshenCookieMsg, int, value1, 0, int, value2, 1);
296 MESSAGE2(CGetChevCodeFromRoomNameMsg, CString, roomName, "", uint, chevCode, 0);
303 MESSAGE2(CHoseConnectedMsg, bool, connected, true, CGameObject *, object, nullptr);
309 MESSAGE2(CLeaveNodeMsg, CNodeItem *, oldNode, nullptr, CNodeItem *, newNode, nullptr);
310 MESSAGE2(CLeaveRoomMsg, CRoomItem *, oldRoom, nullptr, CRoomItem *, newRoom, nullptr);
311 MESSAGE2(CLeaveViewMsg, CViewItem *, oldView, nullptr, CViewItem *, newView, nullptr);
320 MESSAGE2(CMovieEndMsg, int, startFrame, 0, int, endFrame, 0);
321 MESSAGE2(CMovieFrameMsg, int, frameNumber, 0, int, value2, 0);
325 MESSAGE2(CNPCPlayAnimationMsg, const char *const *, names, nullptr, int, maxDuration, 0);
333 MESSAGE2(CParrotSpeakMsg, CString, target, "", CString, action, "");
334 MESSAGE2(CParrotTriesChickenMsg, bool, isHot, false, int, condiment, 0);
339 MESSAGE2(CPlayRangeMsg, int, value1, 0, int, value2, 0);
340 MESSAGE2(CPlayerTriesRestaurantTableMsg, int, tableId, 0, bool, result, false);
343 MESSAGE2(CPumpingMsg, int, value, 0, CGameObject *, object, nullptr);
357 MESSAGE2(CSendCCarryMsg, CString, strValue, "", int, numValue, 0);
359 MESSAGE2(CServiceElevatorFloorChangeMsg, int, startFloor, 0, int, endFloor, 0);
362 MESSAGE2(CSetChevButtonImageMsg, int, value1, 0, int, value2, 0);
366 MESSAGE2(CSetChevPanelBitMsg, int, value1, 0, int, value2, 0);
371 MESSAGE2(CSetVarMsg, CString, varName, "", int, value, 0);
372 MESSAGE2(CSetVolumeMsg, int, volume, 70, int, secondsTransition, 0);
373 MESSAGE2(CShipSettingMsg, int, value, 0, CString, name, "");
374 MESSAGE2(CSignalObject, CString, strValue, "", int, numValue, 0);
385 MESSAGE2(CSummonBotMsg, CString, npcName, "", int, value, 0);
388 MESSAGE2(CTextInputMsg, CString, input, "", CString, response, "");
397 MESSAGE2(CTrueTalkGetAssetDetailsMsg, CString, filename, "", int, numValue, 0);
398 MESSAGE2(CTrueTalkGetStateValueMsg, int, stateNum, 0, int, stateVal, -1000);
399 MESSAGE2(CTrueTalkNotifySpeechEndedMsg, int, endState, 0, int, dialogueId, 0);