We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// prvm_edict.c
static void PRVM_ED_EdictSet_f(cmd_state_t *cmd) { prvm_prog_t *prog; prvm_edict_t *ed; mdef_t *key; #if 1 if (Cmd_Argc(cmd) == 4) { // Baker: Turn into prvm_edictget with 4 params PRVM_ED_EdictGet_f (cmd); return; } #endif
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
0.20003
Ok it needs larger ....
prvm_edictset server 24 scale 0.4 (enter)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
// 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: