My Project
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
MEC.CoroutineHandle Struct Reference

A handle for a MEC coroutine. More...

Inheritance diagram for MEC.CoroutineHandle:

Public Member Functions

 CoroutineHandle (byte ind)
 
bool Equals (CoroutineHandle other)
 
override bool Equals (object other)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (CoroutineHandle a, CoroutineHandle b)
 
static bool operator!= (CoroutineHandle a, CoroutineHandle b)
 

Properties

byte Key [get]
 
bool IsValid [get]
 Is true if this handle may have been a valid handle at some point. (i.e. is not an uninitialized handle, error handle, or a key to a coroutine lock)
 

Detailed Description

A handle for a MEC coroutine.


The documentation for this struct was generated from the following file: