Static Public Member Functions | |
| static mixed | SetGUIMode (mixed mode) |
| static mixed | SetCurBuyZone (mixed buyzoneid) |
| called from lib.client.lua on msg S_SetCurBuyZone | |
| static mixed | SetCurCredits (mixed credits) |
| called from lib.client.lua on msg S_SetCurCredits | |
| static mixed | KeyDown (mixed key, mixed char) |
| called from lib.input.lua | |
| static mixed | KeyUp (mixed key) |
| called from lib.input.lua | |
| static mixed | MouseButtonRight (mixed state) |
| static mixed | MouseButtonLeft (mixed state) |
| static mixed | CreatePanel (mixed cx, mixed cy, mixed mat, mixed parent) |
| static mixed | CreateText (mixed cx, mixed cy, mixed parent, mixed charh, mixed font) |
| static mixed | CreateButton (mixed cx, mixed cy, mixed mat, mixed u1, mixed v1, mixed u2, mixed v2) |
| assumes that the mouseover effect is below the normal image | |
| static mixed | ClientKill (mixed o) |
| static mixed | ClientSpawn (mixed o) |
| static mixed | UpdateHP (mixed o) |
| static mixed | NotifyDamage (mixed o, mixed amount) |
| static mixed | SetOwnName (mixed name) |
| static mixed | AssignBody (mixed playerid, mixed body, mixed bIsSelf) |
| body can be nil... but don't count on this being called when the player dies... | |
| static mixed | GetTeamColor (mixed team) |
Definition at line 320 of file lua_pseudo_code.cpp.
| static mixed hud::SetGUIMode | ( | mixed | mode | ) | [inline, static] |
Definition at line 322 of file lua_pseudo_code.cpp.
| static mixed hud::SetCurBuyZone | ( | mixed | buyzoneid | ) | [inline, static] |
called from lib.client.lua on msg S_SetCurBuyZone
Definition at line 325 of file lua_pseudo_code.cpp.
| static mixed hud::SetCurCredits | ( | mixed | credits | ) | [inline, static] |
called from lib.client.lua on msg S_SetCurCredits
Definition at line 328 of file lua_pseudo_code.cpp.
| static mixed hud::KeyDown | ( | mixed | key, | |
| mixed | char | |||
| ) | [inline, static] |
| static mixed hud::KeyUp | ( | mixed | key | ) | [inline, static] |
| static mixed hud::MouseButtonRight | ( | mixed | state | ) | [inline, static] |
Definition at line 336 of file lua_pseudo_code.cpp.
| static mixed hud::MouseButtonLeft | ( | mixed | state | ) | [inline, static] |
Definition at line 338 of file lua_pseudo_code.cpp.
| static mixed hud::CreatePanel | ( | mixed | cx, | |
| mixed | cy, | |||
| mixed | mat, | |||
| mixed | parent | |||
| ) | [inline, static] |
Definition at line 340 of file lua_pseudo_code.cpp.
| static mixed hud::CreateText | ( | mixed | cx, | |
| mixed | cy, | |||
| mixed | parent, | |||
| mixed | charh, | |||
| mixed | font | |||
| ) | [inline, static] |
Definition at line 342 of file lua_pseudo_code.cpp.
| static mixed hud::CreateButton | ( | mixed | cx, | |
| mixed | cy, | |||
| mixed | mat, | |||
| mixed | u1, | |||
| mixed | v1, | |||
| mixed | u2, | |||
| mixed | v2 | |||
| ) | [inline, static] |
assumes that the mouseover effect is below the normal image
Definition at line 345 of file lua_pseudo_code.cpp.
| static mixed hud::ClientKill | ( | mixed | o | ) | [inline, static] |
Definition at line 347 of file lua_pseudo_code.cpp.
| static mixed hud::ClientSpawn | ( | mixed | o | ) | [inline, static] |
Definition at line 349 of file lua_pseudo_code.cpp.
| static mixed hud::UpdateHP | ( | mixed | o | ) | [inline, static] |
Definition at line 351 of file lua_pseudo_code.cpp.
| static mixed hud::NotifyDamage | ( | mixed | o, | |
| mixed | amount | |||
| ) | [inline, static] |
Definition at line 353 of file lua_pseudo_code.cpp.
| static mixed hud::SetOwnName | ( | mixed | name | ) | [inline, static] |
Definition at line 355 of file lua_pseudo_code.cpp.
| static mixed hud::AssignBody | ( | mixed | playerid, | |
| mixed | body, | |||
| mixed | bIsSelf | |||
| ) | [inline, static] |
body can be nil... but don't count on this being called when the player dies...
Definition at line 358 of file lua_pseudo_code.cpp.
| static mixed hud::GetTeamColor | ( | mixed | team | ) | [inline, static] |
Definition at line 360 of file lua_pseudo_code.cpp.
1.5.6