package_wrap
Vars | |
currently_wrapping | Check to prevent people from wrapping something multiple times at once. |
---|---|
wrapped_result_type | The type of wrapped item that will be produced |
Procs | |
create_wrapper | Create the wrapper object and put the wrapped thing inside of it. |
get_blacklist | Types that the wrapper cannot wrap, ever |
wrap | Attempts wrapping the given object. Returns the wrapper object containing the wrapped object. |
Var Details
currently_wrapping
Check to prevent people from wrapping something multiple times at once.
wrapped_result_type
The type of wrapped item that will be produced
Proc Details
create_wrapper
Create the wrapper object and put the wrapped thing inside of it.
get_blacklist
Types that the wrapper cannot wrap, ever
wrap
Attempts wrapping the given object. Returns the wrapper object containing the wrapped object.