SampSharp
SampSharp
SampSharp.Entities
EntityManager Class
EntityManager Methods
Destroy Method
Destroy Method (Component)
Destroy Method (EntityId)
Destroy(T) Method (EntityId)
EntityManager
Destroy Method (Component)
Destroys the specified
component
.
Namespace:
SampSharp.Entities
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
void
Destroy
(
Component
component
)
Parameters
component
Type:
SampSharp.Entities
Component
The component to destroy.
Implements
IEntityManager
Destroy(Component)
See Also
Reference
EntityManager Class
Destroy Overload
SampSharp.Entities Namespace