SampSharp
SampSharp
SampSharp.GameMode
IExtension Interface
IExtension Methods
LoadControllers Method
LoadServices Method
PostLoad Method
IExtension
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
void
LoadControllers
(
BaseMode
gameMode
,
ControllerCollection
controllerCollection
)
Parameters
gameMode
Type:
SampSharp.GameMode
BaseMode
The game mode.
controllerCollection
Type:
SampSharp.GameMode.Controllers
ControllerCollection
The controller collection.
See Also
Reference
IExtension Interface
SampSharp.GameMode Namespace