From 3091462dff9bd026b5e9ae8414db6cf1371ae045 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 29 Jan 2007 23:54:46 +0000 Subject: [PATCH] clarified parameter indexing --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40422 --- public/ISourceMod.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/ISourceMod.h b/public/ISourceMod.h index bd8f2547..154cfa4b 100644 --- a/public/ISourceMod.h +++ b/public/ISourceMod.h @@ -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,