[ENH] Redirect Console.Out to Game's Console
SupinePandora43 opened this issue · 6 comments
SupinePandora43 commented
- Console.SetOut
-
-
Tier0.Msg
c# bindings
-
-
- is
Tier0.Msg
thread safe?
- is
-
- test
Tier0.Msg
& Console.Write & Console.WriteLine
- test
-
-
- char
-
-
-
- string
-
-
-
- int
-
-
-
- float
-
-
-
- bool
-
GlebChili commented
@SupinePandora43 Can you find original Source headers for the SDK or some kind of documentation for us?
GlebChili commented
@AaronJThompson What do you think?
SupinePandora43 commented
now it doesn't conflict between game sides SupinePandora43@004c6f4
AaronJThompson commented
Tier0 Msg can be in the core due to Console.SetOut. However, any other source SDK bindings, Tier 0 or otherwise, must go in extensions to avoid scope creep on the core.
SupinePandora43 commented
ok