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
2 changes: 1 addition & 1 deletion Internal-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ Returned a signed string of `val` as dollars, prefixed with "$" if positive and
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 `false`.
- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `true`.