reagent_containers
Vars | |
can_have_cap | To enable caps, set can_have_cap to TRUE and define a cap_icon_state. Do not change at runtime. |
---|---|
cap_on | Whether the container has a cap on. Do not set directly at runtime; use set_cap_status(). |
Procs | |
set_cap_status | Adds the container's cap if TRUE is passed in, and removes it if FALSE is passed in. Container must be able to accept a cap. |
Var Details
can_have_cap
To enable caps, set can_have_cap to TRUE and define a cap_icon_state. Do not change at runtime.
cap_on
Whether the container has a cap on. Do not set directly at runtime; use set_cap_status().
Proc Details
set_cap_status
Adds the container's cap if TRUE is passed in, and removes it if FALSE is passed in. Container must be able to accept a cap.