GmodNET/GmodDotNet

[ENH] Redirect Console.Out to Game's Console

SupinePandora43 opened this issue · 6 comments

  • Console.SetOut
    • Tier0.Msg c# bindings
    • is Tier0.Msg thread safe?
    • test Tier0.Msg & Console.Write & Console.WriteLine
      • char
      • string
      • int
      • float
      • bool

#70

@SupinePandora43 Can you find original Source headers for the SDK or some kind of documentation for us?

@AaronJThompson What do you think?

now it doesn't conflict between game sides SupinePandora43@004c6f4

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.