Creatable amount: Difference between revisions
Jump to navigation
Jump to search
m moved Creatable amount() to Creatable amount |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#vardefine:name|creatable_amount}} | |||
{{#vardefine:return_type|int}} | |||
{{FunctionPage| | |||
name={{#var:name}}| | |||
function_category=Item Management| | |||
function1={{Function| | |||
name={{#var:name}}| | |||
aggregate={{#var:aggregate}}| | |||
return_type={{#var:return_type}}| | |||
return_also={{#var:return_also}}| | |||
parameter1={{Param|item|check}}| | |||
p1desc={{Pspan|check}} is the item to inquire about| | |||
}}| | |||
function_description=Returns the total number of {{pspan|check}} that you can currently create within the limits of your current inventory, skills, etc.| | |||
needscode=yes| | |||
see_also={{SeeAlso|create}}| | |||
cli_equiv=The CLI command "create" offers similar information, but on all possibilities at once, when supplied no parameters.| | |||
}} | |||
} | |||
Revision as of 19:02, 5 March 2010
needs(code_samples);
Function Syntax
int creatable_amount(item check )
- check is the item to inquire about
Returns the total number of check that you can currently create within the limits of your current inventory, skills, etc.
CLI Equivalent
The CLI command "create" offers similar information, but on all possibilities at once, when supplied no parameters.
See Also