Creatable amount: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle No edit summary |
imported>StDoodle mNo edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name|creatable_amount}} | {{ | ||
{{#vardefine:return_type|int}} | #vardefine:name|creatable_amount}}{{ | ||
#vardefine:return_type|int}}{{ | |||
FunctionPage| | |||
name={{#var:name}}| | name={{#var:name}}| | ||
function_category=Item Management| | function_category=Item Management| |
Revision as of 20:40, 8 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