MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / addNotification

Method addNotification

examples/SharedMemory/b3PluginManager.cpp:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void b3PluginManager::addNotification(const struct b3Notification& notification)
192{
193 if (m_data->m_numNotificationPlugins > 0)
194 {
195 m_data->m_notifications[m_data->m_activeNotificationsBufferIndex].push_back(notification);
196 }
197}
198
199int b3PluginManager::loadPlugin(const char* pluginPath, const char* postFixStr)
200{

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected