Editor Scripting API

    Interface signal0<R>

    An interface that allows you to bind a callback on connect.

    interface signal0<R> {
        connect(callback: () => R): ScopedConnection;
    }

    Type Parameters

    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR