clarified parameter indexing

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40422
This commit is contained in:
David Anderson 2007-01-29 23:54:46 +00:00
parent 3f0de65cc6
commit 3091462dff

View File

@ -108,6 +108,7 @@ namespace SourceMod
* @param pContext Pointer to the plugin's context.
* @param params Parameter array that was passed to the native.
* @param param Parameter index where format string and variable arguments begin.
* Note: parameter indexes start at 1.
* @return Number of bytes written, not including the null terminator.
*/
virtual size_t FormatString(char *buffer,