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

◆ IsCapturing

bool Terraria.Graphics.Capture.CaptureManager.IsCapturing
get

Definition at line 15 of file CaptureManager.cs.

16 {
17 get
18 {
19 if (Main.dedServ)
20 {
21 return false;
22 }
23 return _camera.IsCapturing;
24 }
25 }