SampSharp
SampSharp
SampSharp.Entities
EntityId Structure
EntityId Operators and Type Conversions
Implicit Conversion Operators
Implicit Conversion (Component to EntityId)
Implicit Conversion (EntityId to Int32)
Implicit Conversion (EntityId to Boolean)
EntityId
Conversion Operators
Overload List
Name
Description
(Component to EntityId)
Performs an implicit conversion from
Component
to
EntityId
. Returns the entity of the component.
(EntityId to Int32)
Performs an implicit conversion from
EntityId
to
Int32
. Returns the handle of this value.
(EntityId to Boolean)
Performs an implicit conversion from
EntityId
to
Boolean
. Returns
true
if the specified
value
is not of the default empty type and does not have an invalid handle.
Top
See Also
Reference
EntityId Structure
SampSharp.Entities Namespace