13 enum class CustomPermissions : ushort {
17 DoorsAndSwitches = 1 << 2,
18 OpenContainers = 1 << 3,
19 AttackPlayers = 1 << 4,
21 OperatorCommands = 1 << 6,
28 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mTargetPlayerId;
29 ::ll::TypedStorage<1, 1, ::PlayerPermissionLevel> mPlayerPermissions;
30 ::ll::TypedStorage<2, 2, ushort> mCustomPermissionFlags;
36 MCAPI
bool getCustomAbilityValue(::AbilitiesIndex ability)
const;