Features
Provides handy API for other plugins to check if specific player is authorized to any or all the code locks in building.API
Main API hook method
Receiving true results
Player userid is either- Authorized into all codelocks in building (acceptAny = false)
- OR authorized into all codelocks in building as guest (acceptGuest = true)
- OR no codelocks exist in building at all (noLockBehaviour = true)
Method overloads
Maybe replaced with:- string
- IPlayer
- BasePlayer
- BaseEntity