-
-
Notifications
You must be signed in to change notification settings - Fork 5
ICustomDistribution
Yeelp edited this page Feb 19, 2024
·
4 revisions
An ICustomDistribution is what is created through ContentTweaker's Distribution Builder System.
Currently not much functionality exists for this and it is not possible to obtain in ZenScript.
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import
import mods.ddd.ICustomDistribution;ICustomDistribution extends IDamageDistribution. This means all functionality available to IDamageDistributions are available to ICustomDistributions.
| ZenGetter | Return Type | Notes |
|---|---|---|
| name | string | The name of the distribution when it was created. |