Summary
Will this call get the value of the
UltEvents.PersistentCall.Field (otherwise set)?- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- PersistentCall
Syntax
public bool IsGetter { get; }
Remarks
This property will also return true for parameterless methods
so you may need to check
UltEvents.PersistentCall.IsField as well.
Value
| Type | Description |
|---|---|
| bool |