EntityTypeAttribute Constructor (String, Int32) |
Namespace:
SampSharp.Entities
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic EntityTypeAttribute(
string name,
int invalidHandle = -1
)
Parameters
- name
- Type: SystemString
The name of the entity type. - invalidHandle (Optional)
- Type: SystemInt32
The default handle is used to indicate an invalid instance of this entity.
See Also