plant_gene
Plant gene datums - things that build and modify a plant or seed.
Vars | |
mutability_flags | Flags that determine if a gene can be modified. |
---|---|
name | The name of the gene. |
Procs | |
Copy | Copies over vars and information about our current gene to a new gene and returns the new instance of gene. |
Var Details
mutability_flags
Flags that determine if a gene can be modified.
name
The name of the gene.
Proc Details
Copy
Copies over vars and information about our current gene to a new gene and returns the new instance of gene.