PersistentArgument.

LinkToReturnValue(UltEventBase, PersistentCall) Method

Summary

Sets this argument to use UltEvents.PersistentArgumentType.ReturnValue.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentArgument

Syntax

public void LinkToReturnValue(UltEventBase ultEvent, PersistentCall call)

Remarks

The specified `ultEvent` must be the one containing this argument.

Parameters

Name Type Description
ultEvent UltEventBase
call PersistentCall

Return Value

Type Description
void