Get monsters: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang No edit summary |
imported>Grotfang No edit summary |
||
Line 16: | Line 16: | ||
}}| | }}| | ||
function_description= | 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= | title=Code Samples| | ||
description= | 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
More Information
A_LINE_TO_NOTIFY_OF_EXTERNAL_INFO
Special
SPECIAL_NOTES_SUCH_AS_NOT-LOGGED-IN_VALUE