removed unused param from GetEntDataArray
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40833
This commit is contained in:
parent
9549136e06
commit
a6f446d4ec
@ -687,7 +687,7 @@ native SetEntPropString(entity, PropType:type, const String:prop[], const String
|
|||||||
* @noreturn
|
* @noreturn
|
||||||
* @error Invalid entity or offset out of reasonable bounds.
|
* @error Invalid entity or offset out of reasonable bounds.
|
||||||
*/
|
*/
|
||||||
stock GetEntDataArray(entity, offset, value, array[], arraySize, dataSize=4)
|
stock GetEntDataArray(entity, offset, array[], arraySize, dataSize=4)
|
||||||
{
|
{
|
||||||
for (new i=0; i<arraySize; i++)
|
for (new i=0; i<arraySize; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user