Difference between revisions of "Get monsters"

From Kolmafia
Jump to navigation Jump to search
imported>Grotfang
imported>Grotfang
Line 16: Line 16:
 
}}|
 
}}|
  
function_description=DESCRIPTION_OF_FUNCTION|
+
function_description=This function returns a map of every monster in a given location. Useful for iterating over for more specific information on an area.|
  
 
code1={{CodeSample|
 
code1={{CodeSample|
title=CODE EXAMPLE TITLE|
+
title=Code Samples|
description=DESCRIPTION OF CODE|
+
description=This function returns predicted meat drop rates for a specified location.|
 
code=
 
code=
 
<syntaxhighlight>
 
<syntaxhighlight>

Revision as of 02:31, 4 March 2010



Function Syntax

monster [int] get_monsters(location loc )

  • loc is the location you want to get the monsters for.

This function returns a map of every monster in a given location. Useful for iterating over for more specific information on an area.

Code Samples

This function returns predicted meat drop rates for a specified location.

CODE GOES HERE

CLI Equivalent

LIST_CLI_EQUIVALENT_INFO

See Also

FIRST() | SECOND() | ETC()

More Information

A_LINE_TO_NOTIFY_OF_EXTERNAL_INFO

Special

SPECIAL_NOTES_SUCH_AS_NOT-LOGGED-IN_VALUE