Enum.SqPickupOption - VCMP-SqMod/SqMod GitHub Wiki
Identifies pickup options that can be modified.
enum SqPickupOption| Name | Type | Description |
|---|---|---|
| Unknown | integer |
Unknown changed occurred. Never really used but added for consistency |
| SingleUse | integer |
Prevent the pickup from auto re-spawning |
| Max | integer |
Maximum identifier in this enumeration |