Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
U
 UCase, XString
 UCFirst, XString
 ucwords, XString
 UCWords, ext.strings
 ucwordsCopy, XString
 UCWordsCopy, ext.strings
 UninitializedCopy
 UninitializedFillN
 unload, tree
 Update, Sprite
 UpdateImage, Sprite
W
 width, Image
 Write, Console
 WriteLine, Console
declare sub UCase ( )
Transforms the alphabetical characters into uppercase
declare sub UCFirst ( )
Capitalizes the first letter in the XString object
Capitalizes every word in the string.
declare sub UCWords (byref subject as string)
Capitalizes every word in a string.
Capitalizes every word in the string.
declare function UCWordsCopy (byref subject as const string) as string
Capitalizes every word in a string.
declare function UninitializedCopy overload (
   byval first as const fbext_TypeName(T_) ptr,
   byval last as const fbext_TypeName(T_) ptr,
   byval result as fbext_TypeName(T_) ptr
) as fbext_TypeName(T_) ptr
Copies elements in the range [//first//, //last//) to uninitialized memory beginning at //result//.
declare sub UninitializedFillN overload (
   byval first as fbext_TypeName(T_) ptr,
   byval n as SizeType,
   byref x as const fbext_TypeName(T_)
)
Copies a value //x// to a number of uninitialized elements //n// in the range starting at //first//.
declare function unload(byref xmlfile as const string) as bool
Unloads a XML data structure to a file
declare sub Update overload(byval _x_diff as single =  0,
byref _y_diff as single =  0)
Updates the position of the Sprite in relative terms.
declare sub UpdateImage(byval index as uinteger)
Updates the collision mask for the specified frame.
declare function width( ) as ext.SizeType
Returns the width of the image.
declare sub Write (byref x as fbext_TypeName(T_))
Overloaded to print any built-in type to the console without a line break afterwards.
declare sub WriteLine (byref x as fbext_TypeName(T_))
Overloaded to print any built-in type to the console followed by a line break.