Click or drag to resize

EcsBuilderEnableEventExtensions Class

Provides extended functionality for configuring a IEcsBuilder instance.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesEcsBuilderEnableEventExtensions

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static class EcsBuilderEnableEventExtensions
Methods
  NameDescription
Public methodStatic memberEnableEvent(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Public methodStatic memberEnableEventT1, T2, T3, T4, T5, T6, T7, T8, T9(IEcsBuilder, String)
Enables handling of the callback with the specified name as an event.
Top
See Also