SampSharp
SampSharp
SampSharp.Entities.SAMP
SampEcsBuilderExtensions Class
SampEcsBuilderExtensions Methods
EnableActorEvents Method
EnableObjectEvents Method
EnablePlayerCommands Method
EnablePlayerEvents Method
EnableRconCommands Method
EnableRconEvents Method
EnableSampEvents Method
EnableVehicleEvents Method
SampEcsBuilderExtensions
EnableRconCommands Method
Enables RCON commands.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
static
IEcsBuilder
EnableRconCommands
(
this
IEcsBuilder
builder
)
Parameters
builder
Type:
SampSharp.Entities
IEcsBuilder
The builder.
Return Value
Type:
IEcsBuilder
The builder.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEcsBuilder
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
SampEcsBuilderExtensions Class
SampSharp.Entities.SAMP Namespace