This commit is contained in:
Steve Dudenhoeffer
2004-09-05 15:54:38 +00:00
parent a66d04d26f
commit ff1be08b8a
2 changed files with 8 additions and 23 deletions

View File

@ -155,11 +155,11 @@ native ns_get_deaths(idPlayer);
/* Sets a player's death count. */
native ns_set_deaths(idPlayer,numdeaths);
/* Gets a player's icon value (from the scoreboard) is a bitmask. Use enum "icons" for values. Returns -1 for unauthed */
native ns_get_icon(idPlayer);
/* Gets the index of the owner of a structure. -1 for no owner. */
native ns_get_struct_owner(idStructsure);
/* Sets a player's icon value. */
native ns_set_icon(idPlayer,iconvalue);
/* Sets the index of the owner of a structure. -1 for no owner. */
native ns_set_struct_owner(idStructure,indexOwner);
/* Gets the trait type tied to the hive. Look at the hivetrait enum for the values. */
native ns_get_hive_trait(idHive);