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

◆ CopyMapSettingsFrom()

void Terraria.GameInput.PlayerInputProfile.CopyMapSettingsFrom ( PlayerInputProfile profile,
InputMode mode )
inline

Definition at line 294 of file PlayerInputProfile.cs.

295 {
296 string[] keysToCopy = new string[6] { "MapZoomIn", "MapZoomOut", "MapAlphaUp", "MapAlphaDown", "MapFull", "MapStyle" };
298 }
void CopyKeysFrom(PlayerInputProfile profile, InputMode mode, string[] keysToCopy)

References Terraria.GameInput.PlayerInputProfile.CopyKeysFrom().