add an /optional/ SetUserInfo qc callback to allout the progs to take over

userinfo setting.

float (string key, string value) SetUserInfo;

key = infostring key
value = new value
returs: 0 for key not changed, non-0 to broadcast the change
This commit is contained in:
Bill Currie 2001-07-20 04:30:33 +00:00
parent 9f09a6aa32
commit d30f1ee0c2
3 changed files with 26 additions and 17 deletions

View file

@ -170,5 +170,6 @@ extern func_t EndFrame;
extern func_t SpectatorConnect;
extern func_t SpectatorThink;
extern func_t SpectatorDisconnect;
extern func_t SetUserInfo;
#endif // __sv_progs_h