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

◆ CopyHotbarSettingsFrom()

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

Definition at line 284 of file PlayerInputProfile.cs.

285 {
286 string[] keysToCopy = new string[12]
287 {
288 "HotbarMinus", "HotbarPlus", "Hotbar1", "Hotbar2", "Hotbar3", "Hotbar4", "Hotbar5", "Hotbar6", "Hotbar7", "Hotbar8",
289 "Hotbar9", "Hotbar10"
290 };
292 }
void CopyKeysFrom(PlayerInputProfile profile, InputMode mode, string[] keysToCopy)

References Terraria.GameInput.PlayerInputProfile.CopyKeysFrom().