mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
235841e01f
---- For instance: A=2800000000, B=0 - AutoScale=0 AutoScale is disabled. Uses Scale value. (Same as before.) A="2800000000", B="0" - AutoScale=1 Scales value by 1024. (Same as before.) A="2.6 G", B="0.0 " - AutoScale=2 Scales value by 1000. A="2.8 G", B="0.0 " - AutoScale=1k Scales value by 1024, and uses kilo as the lowest unit. A="2.6 G", B="0.0 k" - AutoScale=2k Scales value by 1000, and uses kilo as the lowest unit. A="2.8 G", B="0.0 k" ----
9 lines
187 B
C
9 lines
187 B
C
/*
|
|
** Lua binding: measure
|
|
** Generated automatically by tolua++-1.0.92 on 01/19/11 04:59:42.
|
|
*/
|
|
|
|
/* Exported function */
|
|
TOLUA_API int tolua_measure_open (lua_State* tolua_S);
|
|
|