Exemple #1
0
 /// <summary>
 /// Gets the number of attachments at the specified character slot.
 /// </summary>
 /// <param name="characterSlot">Index of the slot we wish to get the attachment count of</param>
 /// <returns>Number of attachments at the specified slot</returns>
 public int GetAttachmentCount(int characterSlot = 0)
 {
     return(NativeEntityMethods.GetAttachmentCount(this.GetIEntity(), characterSlot));
 }