Err, more descriptive param names?

This commit is contained in:
Scott Ehlert 2006-05-05 08:30:16 +00:00
parent 26ee3955b6
commit d7e53d7a81

View File

@ -82,8 +82,8 @@ native drop_to_floor(entity)
/* Get whole buffer containing keys and their data. */ /* Get whole buffer containing keys and their data. */
native get_info_keybuffer(id, buffer[], length); native get_info_keybuffer(id, buffer[], length);
/* Use an entity with another entity. "used" could be a hostage, "user" a player. */ /* Use an entity with another entity. "entUsed" could be a hostage, "entUser" a player. */
native force_use(used, user); native force_use(entUsed, entUser);
/* Get globals from server. */ /* Get globals from server. */
native Float:get_global_float(variable); native Float:get_global_float(variable);