SampSharp
SampSharp
SampSharp.GameMode
Extension Class
Extension Methods
LoadControllers Method
LoadServices Method
PostLoad Method
Extension
LoadControllers Method
Loads controllers provided by this extensions.
Namespace:
SampSharp.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
virtual
void
LoadControllers
(
BaseMode
gameMode
,
ControllerCollection
controllerCollection
)
Parameters
gameMode
Type:
SampSharp.GameMode
BaseMode
The game mode.
controllerCollection
Type:
SampSharp.GameMode.Controllers
ControllerCollection
The controller collection.
Implements
IExtension
LoadControllers(BaseMode, ControllerCollection)
See Also
Reference
Extension Class
SampSharp.GameMode Namespace