Table of Contents

Class EffectCreator

Namespace
S1API.Properties
Assembly
S1API.dll

Provides convenient static methods for creating custom effects (drug properties).

public static class EffectCreator
Inheritance
EffectCreator
Inherited Members

Methods

CreateBuilder()

Creates a new builder for composing a custom effect. Use fluent methods to configure the effect, then call Build() to register it.

public static CustomEffectBuilder CreateBuilder()

Returns

CustomEffectBuilder

A new CustomEffectBuilder instance for fluent configuration.