Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PowerPermissionLevel.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.Creative
;
2
3
public
enum
PowerPermissionLevel
4
{
5
LockedForEveryone
,
6
CanBeChangedByHostAlone
,
7
CanBeChangedByEveryone
8
}
Terraria.GameContent.Creative.PowerPermissionLevel
PowerPermissionLevel
Definition
PowerPermissionLevel.cs:4
Terraria.GameContent.Creative.PowerPermissionLevel.CanBeChangedByEveryone
@ CanBeChangedByEveryone
Terraria.GameContent.Creative.PowerPermissionLevel.CanBeChangedByHostAlone
@ CanBeChangedByHostAlone
Terraria.GameContent.Creative.PowerPermissionLevel.LockedForEveryone
@ LockedForEveryone
Terraria.GameContent.Creative
Definition
CreativeItemSacrificesCatalog.cs:6
source
Terraria.GameContent.Creative
PowerPermissionLevel.cs
Generated by
1.10.0