File ../../LibScriptableLCD-1.0/LibScriptableLCDDriverCharacter-1.0/LibScriptableLCDDriverCharacter-1.0.lua
Functions
DriverCharacter:Move (arg1, arg2, arg3, arg4, arg5) | Move the tooltip |
DriverCharacter:New (visitor, environment, name, config, errorLevel) | Create a new DriverCharacter object |
Functions
- DriverCharacter:Move (arg1, arg2, arg3, arg4, arg5)
-
Move the tooltip
Parameters
- arg1: (et al) Same as SetPoint
- arg2:
- arg3:
- arg4:
- arg5:
Usage:
DriverCharacter:Move(arg1, arg2, arg3, arg4, arg5)Return value:
Nothing - DriverCharacter:New (visitor, environment, name, config, errorLevel)
-
Create a new DriverCharacter object
Parameters
- visitor: Core object
- environment: Execution environment
- name: A name for this LCD.
- config: The configuration
- errorLevel: Error verbosity
Usage:
:New(visitor, environment, name, config, errorLevel)Return value:
A new DriverCharacter object