Returns the integer error code of the last error.
declare property LastError( ) as integer
Retrieves the error number of the last error, only set by open
declare property LastError () as integer
Returns the last referenced frame by GetImage
declare property LastIndex( ) as uinteger
Transforms the alphabetical characters into lowercase
declare sub LCase ( )
Makes the first letter in the XString object lower case
declare sub LCFirst ( )
Returns a string of length characters from the left side of the XString object
declare function Left ( byval length as integer ) as string
const lehmer as double = .5926327182016361971040
Returns the length, in characters.
declare const function Len ( ) as ext.SizeType
Computes the Levenshtein Distance between two strings.
declare function LevenshteinDistance( byref subject as const string, byref t as const string ) as integer
Line Input function.
declare function linput () as string
Loads a string containing a bitfield into memory.
declare sub load( byref bstring as string )
Attempts to load a bitmap to a FBGFX buffer.
declare Function load ( byref filename As const String ) As FB.IMAGE Ptr
Loads a JPEG image to a FB.IMAGE buffer.
declare function load ( byref filename as const string ) as FB.IMAGE ptr
Loads a png file.
declare function load cdecl alias "png_load" ( byref filename as const string, byval target as target_e = TARGET_FBNEW ) as any ptr
Loads a Targa Bitmap Image file.
declare Function load ( byref filename As const String ) As FB.IMAGE Ptr
Loads a XML data structure from a file.
declare function load( byref xmlfile as const string ) as integer
Loads a png file that has been located in memory.
declare function load_mem cdecl alias "png_load_mem" ( byval buffer as any ptr, byval buffer_len as integer, byval target as target_e ) as any ptr
“Resets” a transformation matrix with no rotation, translation, scaling or skewing.
declare sub LoadIdentity()
Loads a image file from disk to a FBGFX buffer.
declare function LoadImage ( byref filename as const string ) as FB.IMAGE ptr
Loads a truetype font to a Draw String compatible font buffer, not supported or defined on DOS.
declare function loadttf ( byref fontname as Const string, byref img as FB. IMAGE ptr, byval range_lo as integer = 1, byval range_hi as integer = 255, byval font_size as integer = 14, byval colour as uinteger = &HFFFFFF ) as integer
Retrieves the current position in the file.
declare function loc() as longint
Retrieves the length of the currently open file in bytes.
declare function lof() as longint
Simplifies the construction of camera systems commonly used in 3d games.
declare sub LookAt( byref v1 as vector3d, byref v2 as vector3d, byref vup as vector3d )
Trims whitespace from the left side of a XString object
declare sub LTrim ( )