Hook for weapon attachment?
I'm trying to see when an attachement such as Holosight is placed in a weapons slot. I can't seem to find the hook for this, is there one?

Is there actuallya way to see which hooks are 'trigerred' during gamemplay in general, so I can see what is called when?

Thx
Attachments are items, and you put attachments into item container. Should be OnItemAddedToContainer and all similar ones like CanMoveItem etc.
Thanks, will try the OnItemAddedToContainer :-)