Static Public Member Functions | |
| static mixed | SetNpcHealthbarHitpoints (mixed mobile, mixed hitpoints) |
| sets the hitpoints in percentage if the mobile npc dialog is opened | |
| static mixed | HealthBar_SetPlayerBar (mixed name, mixed x) |
| static mixed | SetHitpoints (mixed x) |
| sets the current hitpoints (in %), x is between 0.0 and 1.0 | |
| static mixed | SetMana (mixed x) |
| static mixed | SetStamina (mixed x) |
| static mixed | HealthBar_ChangeBackground (mixed serial, mixed back_gump_id, mixed hue) |
| static mixed | HealthBar_ChangeParams (mixed serial, mixed ctrlname, mixed changearr) |
| static mixed | StatBar_UpdateMobileFlags (mixed mobile) |
| color healthbar for poison/golden effect, called from mobile:UpdateFlags() | |
| static mixed | CloseHealthbar (mixed mobile) |
| Close Healthbar Gump. | |
| static mixed | OpenHealthbarAtMouse (mixed mobile) |
| open healdbar at mouse pos | |
| static mixed | OpenHealthbar (mixed mobile, mixed x, mixed y) |
| Open Healthbar Gump. | |
| static mixed | HealthBarUpdateSelection (mixed mobile) |
| focused/selection auto health bar | |
Definition at line 2337 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::SetNpcHealthbarHitpoints | ( | mixed | mobile, | |
| mixed | hitpoints | |||
| ) | [inline, static] |
sets the hitpoints in percentage if the mobile npc dialog is opened
Definition at line 2340 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::HealthBar_SetPlayerBar | ( | mixed | name, | |
| mixed | x | |||
| ) | [inline, static] |
Definition at line 2342 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::SetHitpoints | ( | mixed | x | ) | [inline, static] |
sets the current hitpoints (in %), x is between 0.0 and 1.0
Definition at line 2345 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::SetMana | ( | mixed | x | ) | [inline, static] |
Definition at line 2347 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::SetStamina | ( | mixed | x | ) | [inline, static] |
Definition at line 2349 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::HealthBar_ChangeBackground | ( | mixed | serial, | |
| mixed | back_gump_id, | |||
| mixed | hue | |||
| ) | [inline, static] |
Definition at line 2351 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::HealthBar_ChangeParams | ( | mixed | serial, | |
| mixed | ctrlname, | |||
| mixed | changearr | |||
| ) | [inline, static] |
Definition at line 2353 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::StatBar_UpdateMobileFlags | ( | mixed | mobile | ) | [inline, static] |
color healthbar for poison/golden effect, called from mobile:UpdateFlags()
Definition at line 2356 of file lua_pseudo_code.cpp.
| static mixed gui_healthbar::CloseHealthbar | ( | mixed | mobile | ) | [inline, static] |
| static mixed gui_healthbar::OpenHealthbarAtMouse | ( | mixed | mobile | ) | [inline, static] |
| static mixed gui_healthbar::OpenHealthbar | ( | mixed | mobile, | |
| mixed | x, | |||
| mixed | y | |||
| ) | [inline, static] |
| static mixed gui_healthbar::HealthBarUpdateSelection | ( | mixed | mobile | ) | [inline, static] |
1.5.6