Rebornbuddy
|
This class handles accessing datasets behind ui windows. More...
Static Public Member Functions | |
static bool | TryAddAgent (int id, Type AgentType) |
Attempts to add the agent type for the provided id. | |
static bool | AgentExistsForId (int id) |
Check if we have a type for the provided id. | |
static T | GetAgentInterfaceByType< T > () |
static AgentInterface | GetAgentInterfaceById (int id) |
static int | FindAgentIdByVtable (IntPtr vtable) |
static uint | ToggleAgentInterfaceById (int id) |
Properties | |
static List< IntPtr > | AgentVtables [get] |
static List< IntPtr > | AgentPointers [get] |
This class handles accessing datasets behind ui windows.
|
static |
Check if we have a type for the provided id.
id |
|
static |
|
static |
|
static |
T | : | AgentInterface |
|
static |
|
static |
Attempts to add the agent type for the provided id.
id | |
AgentType | Must be a subclass of AgentInterface |
|
staticget |
|
staticget |