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
F
 factorial, ext.math
 false, ext
 Fast Rotation of an Image
ext.fbext_Array((T_)(Allocator_))
FBEXT_FBGFX_PIXELPTR, ext.gfx
 feigenbaum_bifurcation, ext.math
 feigenbaum_reduction, ext.math
 File
 FILE_ITER
 FileHeader
 filename, FILE_ITER
 Fill
 FillN
 finalize, Statement
 Find
 FindFirstOf
 FindIf
 finish, ext.hashes.md5
 first, fbext_Pair(((T_)(C_)))
 flipHorizontal, ext.gfx
 flipVertical, ext.gfx
FBEXT_FLOAT_EQUAL, ext.math
FBEXT_FLOAT_NOTEQUAL, ext.math
fbext_FloatTypes
 FontError, ext.gfx.font
 ForEach
 Forward, matrix
 fransen_robinson, ext.math
 FromSpritesheet, Sprite
 Front
 ftinit, ext.gfx.font
 Functions
GlobalBitArrayConnectionConsoledirextext.conversion.base64ext.databaseext.gfxext.gfx.bmpext.gfx.fontext.gfx.jpgext.gfx.pngext.gfx.tgaext.hashesext.hashes.md5ext.hashes.sha2ext.mathext.phpext.stringsext.Testlyext.xmlfbext_Allocator((T_))fbext_HashTable(T_)fbext_Pair(((T_)(C_)))fbext_Queue((T_)(Container_))fbext_StackFILE_ITERglobalImageLine2ListListIterator__ListIteratorToConst__matrixnodeParserScopedArrayScopedPtrSharedPtrSpriteStatementtreeVector2vector2dVector3vector3dvector4dXString
 Functions and Properties, File
declare function factorial (byval n as double) as double
Computes a factorial number up to MAX_FACTORIAL
0
A generic variable-length array.
#define FBEXT_FBGFX_PIXELPTR(t,
v) cast( t ptr, (v) + 1 )
Clear way to gain a pointer to a FBGFX image’s pixels of any type.
const feigenbaum_bifurcation as double = 4.66920160910299067185
const feigenbaum_reduction as double = 2.50290787509589282228
Manages a connection to a disk file.
Provides a simple way to iterate through a directory structure.
type FileHeader field = 1
Provided for users wanting to write bmp manipulation routines
type FileHeader field = 1
Provided for users wanting to write tga manipulation routines
declare function filename( ) as string
Returns the current filename.
declare sub Fill overload (byval first as fbext_TypeName(T_) ptr,
byval last as fbext_TypeName(T_) ptr,
byref x as const fbext_TypeName(T_))
Assigns a value x to the elements in the range [first, last).
declare sub FillN overload (byval first as fbext_TypeName(T_) ptr,
byval n as ext.SizeType,
byref x as const fbext_TypeName(T_))
Assigns a value x to a number of elements n in the starting at first.
declare function finalize( ) as StatusCode
Releases memory held by the statement.
declare function Find overload (
   byval first as const fbext_TypeName(T_) ptr,
   byval last as const fbext_TypeName(T_) ptr,
   byref x as const fbext_TypeName(T_)
) as const fbext_TypeName(T_) ptr
Finds the first element in the range [first, last) that matches a value x.
declare function Find (byref key_ as string) as fbext_TypeName(T_) ptr
Searches for a key in the table.
declare function FindFirstOf overload (
   byval first1 as fbext_TypeName(T_) ptr,
   byval last1 as fbext_TypeName(T_) ptr,
   byval first2 as fbext_TypeName(T_) ptr,
   byval last2 as fbext_TypeName(T_) ptr
) as fbext_TypeName(T_) ptr
Finds the first occurance of an element in the range [//first1//, //last1//) equal to any one of the elements in the range [//first2//, //last2//).
declare function FindIf overload (
   byval first as fbext_TypeName(T_) ptr,
   byval last as fbext_TypeName(T_) ptr,
   byval pred as function ( byref as const fbext_TypeName(T_) ) as bool
) as fbext_TypeName(T_) ptr
Finds the first element in the range [//first//, //last//) that satisfies a predicate //pred//.
declare function finish (byval pms as state ptr) as string
Apply last minute values to the state passed and return the checksum.
first as fbext_TypeName(T_)
declare function flipHorizontal (byval img As fb.image Ptr) As fb.image ptr
Flips an image on it horizontal axis.
declare function flipVertical (byval img As fb.image Ptr) As fb.image ptr
Flips an image on it vertical axis.
Compares two floating-point values for equality.
# define FBEXT_FLOAT_NOTEQUAL(a,
b) (not FBEXT_FLOAT_EQUAL(a, b))
Compares two floating-point values for inequality.
# define fbext_FloatTypes() (((single)))(((double)))
A preprocessor sequence of floating-point types.
Error values that can be returned by the loadttf function.
declare sub ForEach overload (byval first as fbext_TypeName(T_) ptr,
byval last as fbext_TypeName(T_) ptr,
byval op_ as sub ( byref as fbext_TypeName(T_) ))
Applies an operation //op// for every element in the range [//first//, //last//).
declare sub ForEach (byval iter as fbext_HashTableIterator(T_))
Iterates through the table calling the passed subroutine with each key pair.
declare property Forward(byref v as vector3d)
setter for the forward vector component
const fransen_robinson as double = 2.8077702420285
declare function FromSpritesheet(byval srci as fb.image ptr,
byval startx as uinteger,
byval starty as uinteger,
byval spwidth as uinteger,
byval spheight as uinteger,
byval startindex as uinteger,
byval numsp as integer) as integer
Loads a row of sprite images contained in a single image into the Sprite class.
declare function Front () as fbext_TypeName( T_) ptr
Gets a pointer to the element at the front of the array.
declare function Front () as fbext_TypeName(T_) ptr
Returns a pointer to the first element in the queue.
declare function Front () as fbext_TypeName( T_) ptr
Gets a reference to the first element in the list.
unable to initialize the freetype library.