Search found 4 matches

by JustinTimbersaw
28 Feb 2017, 08:58
Forum: SFS2X C++ API
Topic: Need help to get data from RoomVariablesUpdate Callback
Replies: 5
Views: 13923

Need help to get data from RoomVariablesUpdate Callback

Hi guys, i'm have a trouble when get data from callback of ROOM_VARIABLES_UPDAPTE event. Here is my code: void MyClass::OnRoomVariablesUpdate(unsigned long long ptrContext, boost::shared_ptr<BaseEvent> ptrEvent) { boost::shared_ptr<map<string, boost::shared_ptr<void>>> ptrEventParams = ptrEvent->Par...

Go to advanced search