![]() |
|
Additional Inherited Members | |
Public Member Functions inherited from AttachmentSlotComponent | |
| proto external void | SetAttachment (IEntity attachmentEntity) |
| proto external IEntity | GetAttachedEntity () |
| proto external BaseAttachmentType | GetAttachmentSlotType () |
| proto external bool | CanSetAttachment (IEntity attachmentEntity) |
| Is entity compatible to be attached to this slot? | |
| proto external bool | IsObstructing () |
| Does this slot obstruct others? | |
| proto external bool | ShouldShowInInspection () |
| Is this slot should show during inspection. | |
| bool | ShouldSetAttachment (IEntity attachmentEntity) |
| bool | ShouldSetResource (Resource resource) |
Public Member Functions inherited from GameComponent | |
| bool | OnTicksOnRemoteProxy () |
Protected Member Functions inherited from GameComponent | |
| void | OnDelete (IEntity owner) |
| Called when Entity is being to be destroyed (deleted) or component to be deleted. | |