Add various engine systems to debug commands

This commit is contained in:
Wojtek Figat
2024-10-24 19:35:24 +02:00
parent e324d32769
commit 302fc2feb1
10 changed files with 16 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ DECLARE_SCRIPTING_TYPE_NO_SPAWN(Streaming);
/// <summary>
/// Gets streaming statistics.
/// </summary>
API_PROPERTY() static StreamingStats GetStats();
API_PROPERTY(Attributes="DebugCommand") static StreamingStats GetStats();
/// <summary>
/// Requests the streaming update for all the loaded resources. Use it to refresh content streaming after changing configuration.