UltEvent<T0>.

InvokeSafe(T0) Method

Summary

Invokes all UltEvents.UltEvent`1.PersistentCalls then all UltEvents.UltEvent`1.DynamicCalls inside a try/catch block which logs any exceptions that are thrown.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UltEvent<T0>

Syntax

public virtual void InvokeSafe(T0 parameter0)

Parameters

Name Type Description
parameter0 T0

Return Value

Type Description
void