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

◆ WhenSelected()

SettingsForCharacterPreview Terraria.DataStructures.SettingsForCharacterPreview.WhenSelected ( int? startFrame = null,
int? frameCount = null,
int? delayPerFrame = null,
bool? bounceLoop = null )
inline

Definition at line 77 of file SettingsForCharacterPreview.cs.

78 {
79 Modify(ref Selected, startFrame, frameCount, delayPerFrame, bounceLoop);
80 return this;
81 }
static void Modify(ref SelectionBasedSettings target, int? startFrame, int? frameCount, int? delayPerFrame, bool? bounceLoop)

References Terraria.DataStructures.SettingsForCharacterPreview.Modify(), and Terraria.DataStructures.SettingsForCharacterPreview.Selected.

Referenced by Terraria.ID.ProjectileID.Sets.SimpleLoop().