mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
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:
parent
9f09a6aa32
commit
d30f1ee0c2
3 changed files with 26 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue