Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Setup()

static unsafe void System.AppContext.Setup ( char ** pNames,
char ** pValues,
int count )
inlinestaticpackage

Definition at line 122 of file AppContext.cs.

123 {
125 for (int i = 0; i < count; i++)
126 {
127 s_dataStore.Add(new string(pNames[i]), new string(pValues[i]));
128 }
129 }
static Dictionary< string, object > s_dataStore
Definition AppContext.cs:15

References System.count, and System.AppContext.s_dataStore.