_plugin_unregisterexprfunction

This function removes an expression function registered by a plugin. It is only possible to remove commands that you previously registered using _plugin_registerexprfunction or _plugin_registerexprfunctionex.

bool _plugin_unregisterexprfunction( int pluginHandle, //plugin handle const char* name //expression function name );

参数

pluginHandle:调用插件的句柄。
name:Expression function name.

Return Values

当回调被顺利移除时,此函数返回 true。