Fixed typo in GetEntDataFloat function doc (bug 4993, r=psychonic).

This commit is contained in:
Michael Busby 2011-07-06 15:27:41 -04:00
parent ce5093f91f
commit f2fb064ea6

View File

@ -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.