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
I added autocompletion to prvm_edictset ... I press ALT-SPACE and it retrieves the value of "message" for edict 0 (and if the value contains whitespace it quotes it).
Notice I have the fieldname autocomplete pull the datatype and throw it into a comment.
// prvm_edict.c
So when you are in the console ...
prvm_edictset server 24 scale // Uh, I forget what the scale is, let's press Enter and see current value
Ok it needs larger ....
prvm_edictset server 24 scale 0.4 (enter)
The text was updated successfully, but these errors were encountered: