InteractionResultHolder
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
static consume<T>(object as T) as InteractionResultHolder<T>
Parameters:
object: T
Type: T
Return Type:
InteractionResultHolder<T>
static fail<T>(object as T) as InteractionResultHolder<T>
Parameters:
object: T
Type: T
Return Type:
InteractionResultHolder<T>
getObject() as T
Return Type:
T
static pass<T>(object as T) as InteractionResultHolder<T>
Parameters:
object: T
Type: T
Return Type:
InteractionResultHolder<T>
Getter
Return Type:
InteractionResult
static sidedSuccess<T>(object as T, success as bool) as InteractionResultHolder<T>
Parameters:
object: T
Type: T
success: bool
Type: bool
Return Type:
InteractionResultHolder<T>
static success<T>(object as T) as InteractionResultHolder<T>
Parameters:
object: T
Type: T
Return Type:
InteractionResultHolder<T>