![]() |
B2S.Server Plugin Interface
Interface library for B2S.Server plugins
|
Switch to B2S.Server Sample Plugin Documentation |
Optional interface for plugins, needing updates on important PinMame calls.
If a plugin does not need these updates, the interface does not need to be implemented.
More...
Public Member Functions | |
void | PinMameRun () |
This method is called, when the Run method of PinMame gets called. More... | |
void | PinMamePause () |
This method is called, when the property Pause of Pinmame gets set to true. More... | |
void | PinMameContinue () |
This method is called, when the property Pause of Pinmame gets set to false. More... | |
void | PinMameStop () |
This method is called, when the Stop method of Pinmame is called. More... | |
Optional interface for plugins, needing updates on important PinMame calls.
If a plugin does not need these updates, the interface does not need to be implemented.
Definition at line 9 of file IDirectPluginPinMame.cs.
void B2SServerPluginInterface.IDirectPluginPinMame.PinMameContinue | ( | ) |
This method is called, when the property Pause of Pinmame gets set to false.
void B2SServerPluginInterface.IDirectPluginPinMame.PinMamePause | ( | ) |
This method is called, when the property Pause of Pinmame gets set to true.
void B2SServerPluginInterface.IDirectPluginPinMame.PinMameRun | ( | ) |
This method is called, when the Run method of PinMame gets called.
void B2SServerPluginInterface.IDirectPluginPinMame.PinMameStop | ( | ) |
This method is called, when the Stop method of Pinmame is called.