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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic 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