PersistentCall.

SetField(FieldInfo, Object, bool) Method

Summary

Sets the UltEvents.PersistentCall.Field. If not `isGetter`, this method will return the first UltEvents.PersistentArgument where the value to set will be stored.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentCall

Syntax

public PersistentArgument SetField(FieldInfo field, Object target, bool isGetter)

Parameters

Name Type Description
field FieldInfo
target Object
isGetter bool

Return Value

Type Description
PersistentArgument