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

◆ Initialize()

void Terraria.GameInput.PlayerInputProfile.Initialize ( PresetProfiles style)
inline

Definition at line 68 of file PlayerInputProfile.cs.

69 {
71 {
72 inputMode.Value.SetupKeys();
73 PlayerInput.Reset(inputMode.Value, style, inputMode.Key);
74 }
75 }
Dictionary< InputMode, KeyConfiguration > InputModes

References Terraria.GameInput.PlayerInputProfile.InputModes, and Terraria.GameInput.PlayerInput.Reset().