Search Results for

    Show / Hide Table of Contents

    Delegate SPCF

    A pool control function performing some operation on a simple bullet pool.
    The returned disposable can be used to cancel the effect.

    Namespace: Danmokou.DMath
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate IDisposable SPCF(string pool, ICancellee cT);
    Parameters
    Type Name Description
    System.String pool
    ICancellee cT
    Returns
    Type Description
    System.IDisposable
    In This Article
    Back to top Generated by DocFX