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
G
 gamma, ext.math
 gauss_kuzmin_wirsing, ext.math
 get, File
 Get
 getArg, Parser
 GetArrayData, matrix
 getError
 GetErrorText, ext
 GetImage, Sprite
 GetProjectedPoint, ext.math
 GetReflectedVector, ext.math
 getRemainder, Parser
 getText, node
 GetTextWidth, ext.gfx.font
 Getting a Pointer to Image Data
 Getting Live Help
ext.gfx
ext.gfx.bmp
ext.gfx.colors
ext.gfx.font
ext.gfx.jpg
ext.gfx.png
ext.gfx.tga
 global
 global operator*
 global operator+
 global operator-
 global operator-(negate)
 global operator/
 global operator<>, ListIteratorToConst__
 global operator=, ListIteratorToConst__
 golomb, ext.math
 Gram_Scmidt, matrix
 grayscale, ext.gfx
fbextPP_GreaterThan
FBEXT_PP_GREATERTHAN
 GreaterThanComparable
H
 handle
 hasError, Parser
ext.hashes
ext.hashes.md5
ext.hashes.sha2
fbext_HashTable(T_)
 HashTableIterator(type), ext
 height, Image
 High Level API
 home, dir
 Home
 homePath, dir
 Hook, ext.Testly
const gamma as double = 0.577215664901532860606
const gauss_kuzmin_wirsing as double = 0.303663002898732
declare sub get(byval filepos as longint =  -1,
byref data_ as fbext_TypeName(T_),  
byval amount as integer =  1)
Gets any number of a datatype from the open file, overloaded for all built-in types.
declare function Get () as fbext_TypeName(T_) ptr
Retrieves the wrapped pointer.
declare function Get () as fbext_TypeName( T_) ptr
Returns a reference to the list element being pointed to.
declare function Get () as const fbext_TypeName( T_) ptr
Gets a pointer that is constant to the referenced element.
declare function Get () as fbext_TypeName(T_) ptr
Provided to allow passing a ScopedArray(type) to a procedure requiring a (type) ptr
declare function Get () as fbext_TypeName(T_) ptr
Provided to allow passing a ScopedPtr(type) to a procedure requiring a (type) ptr
declare function Get () as fbext_TypeName(T_) ptr
Retrieves the wrapped pointer.
declare function getArg(byval index as integer) as string
declare property GetArrayData() as single ptr
Returns a pointer to the matrix data for passing to OpenGL functions.
declare function getError () as string
Returns a string containing the current error message from the database.
declare function getError() as string
Returns a string describing the error.
declare function GetErrorText (byval err_number as integer) as string
Retrieves the English description of an error number
declare function GetImage(byval index as uinteger) as FB.IMAGE ptr
declare function GetProjectedPoint overload (
   byval l as fbext_Line2(( T_)),
   byval p as fbext_Vector2(( T_))
) as fbext_Vector2(( T_))
Finds the closest point on a line from a point in 2D space.
declare function GetReflectedVector overload (
   byval v as fbext_Vector2(( T_)),
   byval surfaceNormal as fbext_Vector2(( T_))
) as fbext_Vector2(( T_))
declare function getRemainder() as string
All unparsed content from the command line.
declare property getText( ) as string
Returns the value of a Text element.
declare function GetTextWidth(byval fnt as const FB.IMAGE ptr,
byref xstr as const string) as uinteger
Returns the width of a string in a particular draw string font.
Provides a lengthy list of colors in an enum.
Returns a vector whose components are the product of the corresponding components of two vectors.
Returns a vector whose components are the product of the corresponding components of two vectors.
Returns a vector whose components are the sum of the corresponding components of two vectors.
Returns a vector whose components are the sum of the corresponding components of two vectors.
Returns a vector whose components are the difference of the corresponding components of two vectors.
Returns a vector whose components are the difference of the corresponding components of two vectors.
Returns a * -1.
Returns a * -1.
Returns a vector whose components are the quotient of the corresponding components of two vectors.
Returns a vector whose components are the quotient of the corresponding components of two vectors.
Compares two iterators for inequality.
Compares two iterators for equality.
const golomb as double = 0.6243299885435508
Calculates an orthonormal matrix with the forward vector aligned with vector “d”, while “vectors “up” and “right” are calculated using the “Gram Schmidt” method.
declare function grayscale (
   byval img as fb.image ptr,  
   byval skip_trans as ext.bool =  ext.bool.true
) as fb.image ptr
Converts a color image into grayscale.
# define fbextPP_GreaterThan(a,
b) fbextPP_LessThan(b, a)
expands to `1` if a compares greater than or equal to b, otherwise it expands to `0`.
# define FBEXT_PP_GREATERTHAN(a,
b) fbextPP_GreaterThan(a, b)
is deprecated.
Specifies that two object of the type can be ordered with operator >.
declare function handle() as any ptr
Returns a pointer to the database dependant handle for this connection.
declare property handle() as integer
Used to retrieve the handle of the open file for use in input and write statements.
declare function handle() as any ptr
Database dependant handle to this prepared statement.
declare function hasError() as bool
Returns true if there was an error parsing the command line.
Simple to use but powerful HashTable overloaded for all built-in numerical types.
type fbext_HashTableIterator(
   T_
) as sub ( byref key as const string, byval value as fbext_TypeName(T_) ptr )
This is a prototype for a subroutine for iterating through a hashtable.
declare function height( ) as ext.SizeType
Returns the height of the image.
declare function home () as Directory
Returns a Directory object pointing to the current user’s home directory.
declare function homePath () as string
Returns a string containing the path to the current user’s home directory.
Used with addSuiteHook to run a procedure on certain events.