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

◆ WhenNotSelected()

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

Definition at line 83 of file SettingsForCharacterPreview.cs.

84 {
85 Modify(ref NotSelected, startFrame, frameCount, delayPerFrame, bounceLoop);
86 return this;
87 }
static void Modify(ref SelectionBasedSettings target, int? startFrame, int? frameCount, int? delayPerFrame, bool? bounceLoop)

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

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