From f2fb064ea6e4e8e85f5153fcaee4d04a9a7cf6c9 Mon Sep 17 00:00:00 2001 From: Michael Busby Date: Wed, 6 Jul 2011 15:27:41 -0400 Subject: [PATCH] Fixed typo in GetEntDataFloat function doc (bug 4993, r=psychonic). --- plugins/include/entity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/entity.inc b/plugins/include/entity.inc index c9332138..274bbc60 100644 --- a/plugins/include/entity.inc +++ b/plugins/include/entity.inc @@ -246,7 +246,7 @@ native SetEntData(entity, offset, any:value, size=4, bool:changeState=false); native Float:GetEntDataFloat(entity, offset); /** - * Peeks into an entity's object data and sets the integer value at + * Peeks into an entity's object data and sets the float value at * the given offset. * * @param entity Edict index.