PersistentArgument.

GetArgumentType(Type, string, int) Method

Summary

Returns the UltEvents.PersistentArgumentType associated with the specified System.Type.

If the `type` can be inherited (such as an Enum or Object), the `assemblyQualifiedName` will be assigned as well (otherwise null).
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentArgument

Syntax

public static PersistentArgumentType GetArgumentType(Type type, out string assemblyQualifiedName, out int linkIndex)

Parameters

Name Type Description
type Type
assemblyQualifiedName string
linkIndex int

Return Value

Type Description
PersistentArgumentType