Static Public Member Functions | |
| static mixed | SetUOCursor (mixed iIndex) |
| static mixed | SetDragIcon (mixed matname, mixed w, mixed h, mixed offx, mixed offy) |
| static mixed | CompleteTargetModeWithTargetMobile (mixed mobile) |
| static mixed | CompleteTargetModeWithTargetStatic (mixed item) |
| static mixed | CompleteTargetModeWithTargetGround (mixed xloc, mixed yloc, mixed zloc) |
| static mixed | CompleteTargetMode (mixed hitobject, mixed maxrange) |
| static mixed | SetCursor (mixed matname, mixed w, mixed h, mixed offx, mixed offy) |
| static mixed | SetCursorBaseOffset (mixed offx, mixed offy) |
| static mixed | SetCursorOffset (mixed offx, mixed offy) |
file : ../lugre/lua/lib.cursor.lua (this is just a pseudo class used for grouping global functions)
Definition at line 490 of file lua_pseudo_code.cpp.
| static mixed cursor::SetUOCursor | ( | mixed | iIndex | ) | [inline, static] |
Definition at line 492 of file lua_pseudo_code.cpp.
| static mixed cursor::SetDragIcon | ( | mixed | matname, | |
| mixed | w, | |||
| mixed | h, | |||
| mixed | offx, | |||
| mixed | offy | |||
| ) | [inline, static] |
automatic texture correction TODO : add gumpart
Definition at line 496 of file lua_pseudo_code.cpp.
| static mixed cursor::CompleteTargetModeWithTargetMobile | ( | mixed | mobile | ) | [inline, static] |
Definition at line 498 of file lua_pseudo_code.cpp.
| static mixed cursor::CompleteTargetModeWithTargetStatic | ( | mixed | item | ) | [inline, static] |
Definition at line 500 of file lua_pseudo_code.cpp.
| static mixed cursor::CompleteTargetModeWithTargetGround | ( | mixed | xloc, | |
| mixed | yloc, | |||
| mixed | zloc | |||
| ) | [inline, static] |
Definition at line 502 of file lua_pseudo_code.cpp.
| static mixed cursor::CompleteTargetMode | ( | mixed | hitobject, | |
| mixed | maxrange | |||
| ) | [inline, static] |
Definition at line 504 of file lua_pseudo_code.cpp.
| static mixed cursor::SetCursor | ( | mixed | matname, | |
| mixed | w, | |||
| mixed | h, | |||
| mixed | offx, | |||
| mixed | offy | |||
| ) | [inline, static] |
Definition at line 4526 of file lua_pseudo_code.cpp.
| static mixed cursor::SetCursorBaseOffset | ( | mixed | offx, | |
| mixed | offy | |||
| ) | [inline, static] |
Definition at line 4528 of file lua_pseudo_code.cpp.
| static mixed cursor::SetCursorOffset | ( | mixed | offx, | |
| mixed | offy | |||
| ) | [inline, static] |
Definition at line 4530 of file lua_pseudo_code.cpp.
1.5.6