This shows you the differences between two versions of the page.
smutbook:classes:util:array_prototypes [2023/08/06 20:22] – created lee | smutbook:classes:util:array_prototypes [2023/08/06 20:23] (current) – lee | ||
---|---|---|---|
Line 21: | Line 21: | ||
===== Array.prototype.aList ===== | ===== Array.prototype.aList ===== | ||
- | Assuming an array of [[PersistentObject]]s | + | Assuming an array of PersistentObjects |
< | < | ||
// Assuming pistol, hat, and shotgun are all valid PersistentObjects, | // Assuming pistol, hat, and shotgun are all valid PersistentObjects, | ||
Line 30: | Line 30: | ||
===== Array.prototype.theList ===== | ===== Array.prototype.theList ===== | ||
- | Assuming an array of [[PersistentObject]]s | + | Assuming an array of PersistentObjects |
< | < | ||
// Assuming pistol, hat, and shotgun are all valid PersistentObjects, | // Assuming pistol, hat, and shotgun are all valid PersistentObjects, |