 |
 |
QotD |
"To be or not to be" – Shakespeare
|
|
        |
 |
MobVM 'ioGetPluginProxy'
Last updated at 12:22 am UTC on 17 January 2006
From sqNamedPrims.c :
void * ioGetPluginProxy(char *pluginName)
{
ModuleEntry thisEntry ;
thisEntry = findOrLoadModule(pluginName, 0) ;
if(NULL != thisEntry)
return thisEntry->proxy ;
else
return NULL ;
}