terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DrawMaxPlayers()

void GUIMultiplayerHost.DrawMaxPlayers ( )
inlineprivate

Definition at line 50 of file GUIMultiplayerHost.cs.

51 {
52 bool wasDragging = this.dragState.wasDragging;
53 if (!wasDragging)
54 {
55 if (!wasDragging)
56 {
57 }
58 int num = 2;
59 int num2 = 8;
60 float num3 = GUISlider.CalculateValue(int.MinValue, num, num2);
61 }
62 int selectionIndex = this._controllerInput.selectionIndex;
63 }
class f__AnonymousType0<< Count > j__TPar
GUISlider.DragState dragState
GUIControllerMultiplayerHost _controllerInput
static float CalculateValue(int input, int minValue, int maxValue)
Definition GUISlider.cs:98

References _controllerInput, GUISlider.CalculateValue(), dragState, j__TPar, and GUIControllerMultiplayerHost.selectionIndex.

Referenced by Draw().