This is now const

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40318
This commit is contained in:
David Anderson
2007-01-18 20:56:41 +00:00
parent 232e027137
commit c6b77c8cc1
5 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ namespace SourceMod
SMInterface **pIface) =0;
/**
* @brief Adds a list of natives to the global native pool.
* @brief Adds a list of natives to the global native pool, to be bound on plugin load.
* NOTE: Adding natives currently does not bind them to any loaded plugins.
* You must manually bind late natives.
*
* @param token Identity token of parent object.
* @param natives Array of natives to add. The last entry must have NULL members.