Added PlayerManager basic hookings

Moved ftoc and ctof to an utility file
Added some more string natives

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40231
This commit is contained in:
Borja Ferrer
2006-12-28 00:48:09 +00:00
parent aba273f93d
commit 5e75d0928c
9 changed files with 211 additions and 10 deletions
+3
View File
@@ -28,6 +28,9 @@ CForwardManager g_Forwards;
* X Push vararg strings (copyback tested = :TODO:)
*/
// :TODO: IMPORTANT!!! The result pointer arg in the execute function maybe invalid if the forward fails
// so later evaluation of this result may cause problems on higher levels of abstraction. DOCUMENT OR FIX ALL FORWARDS!
void CForwardManager::OnSourceModAllInitialized()
{
g_PluginSys.AddPluginsListener(this);