Barotrauma Client Doc
Barotrauma.PrefabCollection< T > Member List

This is the complete list of members for Barotrauma.PrefabCollection< T >, including all inherited members.

Add(T prefab, bool isOverride)Barotrauma.PrefabCollection< T >
AddOverrideFile(ContentFile file)Barotrauma.PrefabCollection< T >
AllPrefabsBarotrauma.PrefabCollection< T >
ContainsKey(Identifier identifier)Barotrauma.PrefabCollection< T >
ContainsKey(string k)Barotrauma.PrefabCollection< T >
Find(Predicate< T > predicate)Barotrauma.PrefabCollection< T >
GetEnumerator()Barotrauma.PrefabCollection< T >
IsOverride(T prefab)Barotrauma.PrefabCollection< T >
KeysBarotrauma.PrefabCollection< T >
PrefabCollection()Barotrauma.PrefabCollection< T >
PrefabCollection(Action< T, bool >? onAdd, Action< T >? onRemove, Action? onSort, Action< ContentFile >? onAddOverrideFile, Action< ContentFile >? onRemoveOverrideFile)Barotrauma.PrefabCollection< T >
PrefabCollection(Action? onSort)Barotrauma.PrefabCollection< T >
Remove(T prefab)Barotrauma.PrefabCollection< T >
RemoveByFile(ContentFile file)Barotrauma.PrefabCollection< T >
RemoveOverrideFile(ContentFile file)Barotrauma.PrefabCollection< T >
SortAll()Barotrauma.PrefabCollection< T >
this[Identifier identifier]Barotrauma.PrefabCollection< T >
this[string identifier]Barotrauma.PrefabCollection< T >
TryGet(Identifier identifier, [NotNullWhen(true)] out T? result)Barotrauma.PrefabCollection< T >
TryGet(string identifier, out T? result)Barotrauma.PrefabCollection< T >