registerNamedFunction method

RawNetworkerPipe registerNamedFunction(
  1. SwampEvent name
)
inherited

Implementation

RawNetworkerPipe registerNamedFunction(I name) => registerFunction(name.index,
    canRunLocally: name.canRunLocally, mode: name.mode);