Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. CEventFunctionHandler::instance().AddEvent([this](SArgumentSupportImpl *) {
  2. desc_manager_garbage_collector_info* info = AllocEventInfo<desc_manager_garbage_collector_info>();
  3. m_pkDescManagerGarbageCollector = event_create(desc_manager_garbage_collector_event, info, PASSES_PER_SEC(1));
  4. }, "DESC_MANAGER_COLLECTOR", 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement