PersistentArgument.

LinkTo(PersistentArgumentType, int, Type) Method

Summary

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

Syntax

public void LinkTo(PersistentArgumentType linkType, int linkIndex, Type linkSystemType)

Remarks

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

Parameters

Name Type Description
linkType PersistentArgumentType
linkIndex int
linkSystemType Type

Return Value

Type Description
void