PennMUSH Community

Changeset 1261

Show
Ignore:
Timestamp:
09/12/08 18:48:59 (3 months ago)
Author:
shawnw
Message:

#7614: has_flag_in_space_by_name documentation fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/src/flags.c

    r1148 r1261  
    12951295 * \param flag name of flag to check for (a string). 
    12961296 * \param type allowed types of flags to check for. 
    1297  * \retval 1 object has the flag. 
     1297 * \retval >0 object has the flag. 
    12981298 * \retval 0 object does not have the flag. 
    12991299 */