#include <Client.hpp>
Public Member Functions | |
| VOID | Register (DWORD Numeric, Procedure Address) |
| BOOL | Find (DWORD Numeric, Procedure *Address) |
| VOID | Unregister (DWORD Numeric) |
Private Attributes | |
| Function::Vector | Functions [4096] |
| VOID Game::Client::FunctionTable::Register | ( | DWORD | Numeric, | |
| Procedure | Address | |||
| ) |
Register a function with the function table.
| BOOL Game::Client::FunctionTable::Find | ( | DWORD | Numeric, | |
| Procedure * | Address | |||
| ) |
Find a function in the function table.
| VOID Game::Client::FunctionTable::Unregister | ( | DWORD | Numeric | ) |
Unregister a function in the function table.
Function::Vector Game::Client::FunctionTable::Functions[4096] [private] |
The hash table of functions.
1.5.3