EditAttachedObjectEventArgs Class |
Namespace: SampSharp.GameMode.Events
public class EditAttachedObjectEventArgs : EventArgs
The EditAttachedObjectEventArgs type exposes the following members.
Name | Description | |
---|---|---|
EditAttachedObjectEventArgs |
Initializes a new instance of the EditAttachedObjectEventArgs class.
|
Name | Description | |
---|---|---|
Bone |
Gets the Bone the object was attached to.
| |
EditObjectResponse |
Gets the EditObjectResponse.
| |
Index |
Gets the index of the attached object.
| |
ModelId |
Gets the id of the model.
| |
Offset |
Gets the offset of the attached object.
| |
Rotation |
Gets the rotation of the attached object.
| |
Scale |
Gets the scale of the attached object.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |