User Tools

Site Tools


item_func

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
item_func [2022/09/03 23:25] – external edit 127.0.0.1item_func [2022/09/22 01:15] (current) – external edit 127.0.0.1
Line 53: Line 53:
 |} |}
  
 +{|style="font-size:85%; border:solid 2px; width: 50%;"
 +|style="font-size:150%;  padding: 2px" colspan="2" | **Find all items by ItemID**
 +|- style="background-color:#f0f0f0;"
 +|**Syntax**
 +|style="width: 90%" | Items.FindAllByID(int, int, int [, int=0])
 +|-
 +|colspan="2" |**Description:**
 +|-
 +|colspan="2" |Find item serial by specific item ID, color and Container (optional container depth). Can use -1 on color for no chose color, can use -1 on container for search in all item in memory. The depth defaults to only the top but can search for # of sub containers.
 +|- style="background-color:#f0f0f0;"
 +|**Returns**
 +|python list of Items
 +|-
 +|**In Object:**
 +|Items
 +|- style="background-color:#f0f0f0;"
 +|**Parameters:**
 +|Int itemid, int color, int serialcontainer
 +|-
 +|**Exception:**
 +|If item not found function return empty list
 +
 +|}
 +
 +{|style="font-size:85%; border:solid 2px; width: 50%;"
 +|style="font-size:150%;  padding: 2px" colspan="2" | **Find all items by ItemID**
 +|- style="background-color:#f0f0f0;"
 +|**Syntax**
 +|style="width: 90%" | Items.FindAllByID(list of int, int, int [, int=0])
 +|-
 +|colspan="2" |**Description:**
 +|-
 +|colspan="2" |Find items that are any of the item ID specified in the list, color and Container (optional container depth). Can use -1 on color for no chose color, can use -1 on container for search in all item in memory. The depth defaults to only the top but can search for # of sub containers.
 +|- style="background-color:#f0f0f0;"
 +|**Returns**
 +|python list of Items
 +|-
 +|**In Object:**
 +|Items
 +|- style="background-color:#f0f0f0;"
 +|**Parameters:**
 +|Int itemid, int color, int serialcontainer
 +|-
 +|**Exception:**
 +|If item not found function return empty list
 +
 +|}
 ===== Move ===== ===== Move =====
  
item_func.1662247515.txt.gz · Last modified: 2022/09/03 23:25 by 127.0.0.1

Exception: Git command failed to perform periodic pull: From https://github.com/RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error

Exception: Git command failed to perform periodic pull: From https://github.com/RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.