mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
c4118a4bf1
Listeners are separate to the main callback as listeners have only read-only access to the objects, but the main callback is free to modify the cvar and thus can act as a parser and validator. The listeners are invoked after the main callback if the cvar is modified. There does not need to be a main callback for the listeners to be invoked. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |