PersistentArgument.

LinkToReturnValue(UltEventBase, int) Method

Summary

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

Syntax

public void LinkToReturnValue(UltEventBase ultEvent, int callIndex)

Remarks

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

Parameters

Name Type Description
ultEvent UltEventBase
callIndex int

Return Value

Type Description
void