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

◆ Activate()

CachedBuffer Terraria.DataStructures.CachedBuffer.Activate ( )
inlinepackage

Definition at line 29 of file CachedBuffer.cs.

30 {
31 _isActive = true;
32 _memoryStream.Position = 0L;
33 return this;
34 }

References Terraria.DataStructures.CachedBuffer._isActive.