PersistentCall.

SetArguments(Object, Object, Object) Method

Summary

Sets the value of the first, second, and third persistent arguments.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentCall

Syntax

public void SetArguments(Object argument0, Object argument1, Object argument2)

Parameters

Name Type Description
argument0 Object
argument1 Object
argument2 Object

Return Value

Type Description
void