You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
-**Static and Instance Methods**: Supports executing both static and instance methods.
14
14
-**Scene Discovery on Initialization**: O2 Console scans and interacts with objects present at scene load. For objects created during runtime, manual subscription to the console is required.
15
15
-**Supports Parameter Passing**: Command methods can accept one parameter, and the console automatically converts the input to match the method signature.
16
-
-**Exception Handling**: Automatically catches and logs exceptions from commands.
16
+
-**Exception Handling**: Automatically catches logs & exceptions and print it out to the console.
17
17
-**Built-in Commands**: Includes commands like `/Clear` to clear console logs, with additional built-in functionality to interact with the game and the engine.
0 commit comments