Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Manual

Special Forums/BlitzMax Manual

BlitzMax Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Command
Description
Posts
Last post
ReadPixelRead a pixel from a pixmap The returned 32 bit value contains the following components: [ bits 24-31 | pixel alpha * bits 16-23 | pixel red * bits 8-15 | pixel green * bits 0-7 | pixel blue ]0Nobody (1+ years ago)
ReadShortRead a Short from a stream ReadShort reads 2 bytes from stream...0Nobody (1+ years ago)
ReadStdinRead a string from stdin0Nobody (1+ years ago)
ReadStreamOpen a stream for reading All streams created by OpenStream, ReadStream or WriteStream should eventually be closed using CloseStream...0Nobody (1+ years ago)
ReadStringRead a String from a stream A TStreamReadException is thrown if not all bytes could be read...0Nobody (1+ years ago)
RealPathGet real, absolute path of a file path0Nobody (1+ years ago)
RedrawGadgetRedraws a gadget...0Nobody (1+ years ago)
ReleaseRelease an integer Object handle0Nobody (1+ years ago)
RemBegin a remark block0Nobody (1+ years ago)
RemoveGadgetItemRemove a gadget-item from a list based gadget...0Nobody (1+ years ago)
RemoveHookRemove a hook function Removes the hook function specified by id, func and context...0Nobody (1+ years ago)
RemoveHotKeyRemove a hotkey event...0Nobody (1+ years ago)
RenameFileRenames a file0Nobody (1+ years ago)
RepeatExecute a block of code Until a termination condition is met, or Forever0Nobody (1+ years ago)
ReplacePerforms a search and replace function The Replace$ command replaces all instances of one string with another...0Nobody (1+ years ago)
RequestColorPrompts the user for a color...0Nobody (1+ years ago)
RequestDirDisplay system folder requester...0Nobody (1+ years ago)
RequestedBlueGet the blue component of requested color...0Nobody (1+ years ago)
RequestedGreenGet the green component of requested color...0Nobody (1+ years ago)
RequestedRedGet the red component of requested color...0Nobody (1+ years ago)
RequestFileDisplay system file requester...0Nobody (1+ years ago)
RequestFontPrompts the user to select a system font...0Nobody (1+ years ago)
ResetCollisionsClears collision layers specified by the value of mask, mask=0 for all layers...0Nobody (1+ years ago)
ResizeBankResize a bank ResizeBank modifies the size limit of a bank...0Nobody (1+ years ago)
ResizePixmapResize a pixmap0Nobody (1+ years ago)