Barotrauma Client
Loading...
Searching...
No Matches
Barotrauma.LuaCsSetup.LuaCsModStore.ModStore< T, TStore > Class Template Referenceabstract

Public Member Functions

TStore Set (string name, TStore value)
 
TStore Get (string name)
 
 ModStore (Dictionary< string, TStore > store)
 
bool Equals (T value)
 

Protected Attributes

Dictionary< string, TStore > store
 

Constructor & Destructor Documentation

◆ ModStore()

Barotrauma.LuaCsSetup.LuaCsModStore.ModStore< T, TStore >.ModStore ( Dictionary< string, TStore > store)

Member Function Documentation

◆ Equals()

bool Barotrauma.LuaCsSetup.LuaCsModStore.ModStore< T, TStore >.Equals ( T value)
abstract

◆ Get()

TStore Barotrauma.LuaCsSetup.LuaCsModStore.ModStore< T, TStore >.Get ( string name)

◆ Set()

TStore Barotrauma.LuaCsSetup.LuaCsModStore.ModStore< T, TStore >.Set ( string name,
TStore value )

Member Data Documentation

◆ store

Dictionary<string, TStore> Barotrauma.LuaCsSetup.LuaCsModStore.ModStore< T, TStore >.store
protected

The documentation for this class was generated from the following file: