EntityId Conversion (EntityId to Int32) |
Performs an implicit conversion from
EntityId to
Int32. Returns the handle of this value.
Namespace:
SampSharp.Entities
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public static implicit operator int (
EntityId value
)
Parameters
- value
- Type: SampSharp.EntitiesEntityId
The entity identifier.
Return Value
Type:
Int32
The handle of this value.
See Also