U | |
UCase, XString | |
UCFirst, XString | |
ucwords, XString | |
UCWords, ext. | |
ucwordsCopy, XString | |
UCWordsCopy, ext. | |
UninitializedCopy | |
UninitializedFillN | |
unload, tree | |
Update, Sprite | |
UpdateImage, Sprite | |
W | |
width, Image | |
Write, Console | |
WriteLine, Console |
Transforms the alphabetical characters into uppercase
declare sub UCase ( )
Capitalizes the first letter in the XString object
declare sub UCFirst ( )
Capitalizes every word in a string.
declare sub UCWords ( byref subject as string )
Capitalizes every word in a string.
declare function UCWordsCopy ( byref subject as const string ) as string
Copies elements in the range [//first//, //last//) to uninitialized memory beginning at //result//.
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 a value //x// to a number of uninitialized elements //n// in the range starting at //first//.
declare sub UninitializedFillN overload ( byval first as fbext_TypeName(T_) ptr, byval n as SizeType, byref x as const fbext_TypeName(T_) )
Unloads a XML data structure to a file
declare function unload( byref xmlfile as const string ) as bool
Updates the position of the Sprite in relative terms.
declare sub Update overload( byval _x_diff as single = 0, byref _y_diff as single = 0 )
Updates the collision mask for the specified frame.
declare sub UpdateImage( byval index as uinteger )
Returns the width of the image.
declare function width( ) as ext.SizeType
Overloaded to print any built-in type to the console without a line break afterwards.
declare sub Write ( byref x as fbext_TypeName(T_) )
Overloaded to print any built-in type to the console followed by a line break.
declare sub WriteLine ( byref x as fbext_TypeName(T_) )