Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AttachmentSlotComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external void SetAttachment(IEntity attachmentEntity);
15 proto external IEntity GetAttachedEntity();
16 proto external BaseAttachmentType GetAttachmentSlotType();
18 proto external bool CanSetAttachment(IEntity attachmentEntity);
24 proto external bool IsObstructing();
26 proto external bool ShouldShowInInspection();
27
28 // callbacks
29
30 event bool ShouldSetAttachment(IEntity attachmentEntity) { return true; };
31 event bool ShouldSetResource(Resource resource) { return true; };
32}
33
Object holding reference to resource. In destructor release the resource.
Definition Resource.c:25