Author Topic: Finding Client Sided Commands?  (Read 433 times)

I want to find like a list of Client Sided commands.
So I can have a look at the commands, and pick out something that I could get a idea, and script it into.
Is there anyway of doing this, via console?

When I need some help on a particular command, simply searching it on the forums is usually enough.
I don't know if there is a list already but I've considered trying to make one.

Two options.
1. Press tab in the console.

2. dumpConsoleFunctions();

dumpConsoleFunctions();

Wanted to post that, too lazy to go check the exact way it's typed.