Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Internal-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ Returns the result of multiplying `base` and `perma + 1`.
#### `SMODS.add_to_pool(prototype_obj, args) -> bool?, table?`
Helper function to check if an object can be added into a pool,
- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `true`.
#### `SMODS.hide_from_collection(prototype_obj, args) -> bool?`
Helper function to check whether an object should be hidden from the collection.
- If `prototype_obj.no_collection` is defined, returns the result of `no_collection`, otherwise returns `false`.
#### `SMODS.pinch_and_remove(card)`
*(Added in 1814a)*
Destroys the card with the vanilla food Joker animations. In most cases you should use [`SMODS.destroy_cards()`](https://github.com/Steamodded/smods/wiki/Utility) instead.