gui.InternalKeyTyped
Example
Writes "Hello" every think.
hook.Add("Think","Example",function()
gui.InternalKeyTyped(72)
gui.InternalKeyTyped(101)
gui.InternalKeyTyped(108)
gui.InternalKeyTyped(108)
gui.InternalKeyTyped(111)
end)
Simulates an ASCII symbol writing. Use to write text in the chat or in VGUI. Doesn't work while the main menu is open!
Writes "Hello" every think.
Render Time: 74ms
DB GetPage | 47 |
Generate Html | 2 |
SaveChanges (1) | 17 |
Render Body | 0 |
Render Sidebar | 6 |