DragDetectorPermissionPolicy
Used to control the permission level for which players can interact with a DragDetector.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
611 | Nobody | 0 | No players can interact with the DragDetector. | |
611 | Everybody | 1 | All players can interact with the DragDetector. | |
611 | Scriptable | 2 | Invokes the function registered via
DragDetector:SetPermissionPolicyFunction(), enabling/disabling the
detector based on whether the function returns |
Description
Used to control the permission level for which players can interact with a DragDetector through its PermissionPolicy property.
History 4
- 611 Add Scriptable
- 611 Add Nobody
- 611 Add Everybody
- 611 Add DragDetectorPermissionPolicy