Skip to content

libraries

Samuel Crow edited this page Jan 11, 2017 · 1 revision

Shared Library Implementation Details

  • Interfaces require a patch method that will copy all of the relevant VTable entries to their own VTable and it must be called after a patch is applied to the implementing class as well.

  • Classes must maintain a list of implemented interfaces.

Clone this wiki locally