Fixed typo in GetEntDataFloat function doc (bug 4993, r=psychonic).
This commit is contained in:
parent
ce5093f91f
commit
f2fb064ea6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user