Re: HDFirearms in Hand Verses on Ground
HDFireArms are HeldDevices and HeldDevices are Attachables. I found this function in the documentation for HeldDevice.
Quote:
Activate
Activates one of this HDFirearm's features. Analogous to 'pulling the trigger'.
Arguments:
* None.
Return value:
None.
So when an HDFireArm is held, it is an attachable (or HeldDevice) but while it is on the ground it is an HDFireArm? Activate() is a function of HeldDevices, so does this mean a gun can still shoot while it's on the ground? Or am I still not getting something?