Static Public Member Functions | |
| static mixed | OpenAmountAtMouse (mixed minValue, mixed currentValue, mixed maxValue, mixed callback_done) |
| static mixed | OpenAmount (mixed x, mixed y, mixed minValue, mixed currentValue, mixed maxValue, mixed callback_done) |
Definition at line 2372 of file lua_pseudo_code.cpp.
| static mixed gui_amount::OpenAmountAtMouse | ( | mixed | minValue, | |
| mixed | currentValue, | |||
| mixed | maxValue, | |||
| mixed | callback_done | |||
| ) | [inline, static] |
open healdbar at mouse pos callback_done(amount)
Definition at line 2376 of file lua_pseudo_code.cpp.
| static mixed gui_amount::OpenAmount | ( | mixed | x, | |
| mixed | y, | |||
| mixed | minValue, | |||
| mixed | currentValue, | |||
| mixed | maxValue, | |||
| mixed | callback_done | |||
| ) | [inline, static] |
Open amount Gump callback_done(amount)
Definition at line 2380 of file lua_pseudo_code.cpp.
1.5.6