Click or drag to resize

IExtension Interface

Contains methods defining a SampSharp extension.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public interface IExtension

The IExtension type exposes the following members.

Methods
  NameDescription
Public methodLoadControllers
Loads controllers provided by this extensions.
Public methodLoadServices
Loads services provided by this extensions.
Public methodPostLoad
Performs post-load actions.
Top
See Also