1 |
The updateRate parameter, quite fitting to its name, [url=https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/unit_global_build_command.lua#L440]controls[/url] the rate at which the widget updates its information state.
|
1 |
The updateRate parameter, quite fitting to its name, [url=https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/unit_global_build_command.lua#L440]controls[/url] the rate at which the widget updates its information state.
|
2 |
\n
|
2 |
\n
|
3 |
That
is,
if
you
set
it
to
4,
it
will
perform
its
information
gathering
on
every
fourth
frame;
if
you
set
it
to
one,
it
will
run
every
frame;
if
you
hack
it
to
30,
it
will
run
once
per
second.
|
3 |
That
is,
if
you
set
it
to
4,
it
will
perform
its
information
gathering
on
every
frame;
if
you
set
it
to
one,
it
will
run
every
fourth
frame;
if
you
hack
it
to
30,
it
will
run
as
fast
as
it
would
on
4
because
it
can't
do
things
faster
than
once
every
frame.
|
4 |
\n
|
4 |
\n
|
5 |
It does not affect constructor logic as far as i can see.
|
5 |
It does not affect constructor logic as far as i can see.
|