test4
This commit is contained in:
@@ -12,7 +12,7 @@ public static class AttachmentSync
|
||||
/// <param name="entity">The entity to attach the object to</param>
|
||||
/// <param name="attachment">The attachment, should be in string or long type</param>
|
||||
/// <param name="remove">Pass true to remove the specified attachment, false otherwise.</param>
|
||||
/*
|
||||
|
||||
public static void AddAttachment(this Entity entity, dynamic attachment, bool remove)
|
||||
{
|
||||
if (!entity.HasData("Attachments"))
|
||||
@@ -152,6 +152,6 @@ public class AttachmentSyncExample : Script
|
||||
veh.ClearAttachments();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user