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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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