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
N
 nCr, ext.math
 newSQLite3Driver, ext. database
 NextPow2, ext.math
 node
 node_type, node
 node_type_e, ext.xml
 noloadchar, ext. gfx.font
 noloadfont, ext. gfx.font
 noPP, ext.gfx
 Normal
 normalize
 Normalize
fbextPP_NotEqual
FBEXT_PP_NOTEQUAL
 nPr, ext.math
 null, ext
 numColumns, Statement
fbext_NumericTypes
O
 open, File
 Operation, ext
 Operator Cast
 operator let
 Operator Let
 operator&=, XString
 operator*=, XString
 operator+=, XString
 operator-=, XString
ext.options
 OR_
declare function nCr (byval n as ulongint,
byval r as ulongint) as ulongint
Finds the number of combinations of a sub-set of elements of a set.
declare function newSQLite3Driver() as DatabaseDriver ptr
Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.
declare function NextPow2 overload (
   byval ds as fbext_TypeName(NumericType_)
) as fbext_TypeName(NumericType_)
Finds the next power of 2 after a number.
Child XML class, branch and leaf nodes.
declare function nodeType() as node_type_e
Access the type of the node.
Represents the different types of nodes supported.
freetype can’t find one of the characters you requested in the font file.
unable to locate the font file.
only use rectangular collision.
declare const function Normal () as fbext_Vector3(( T_))
declare const function Normal () as fbext_Vector2(( T_))
declare sub normalize()
normalizes “this” vector
declare sub normalize()
normalizes “this” vector
declare sub normalize()
normalizes “this” vector
declare sub Normalize ( )
declare sub Normalize ( )
# define fbextPP_NotEqual(a,
b) fbextPP_Not(fbextPP_Equal(a, b))
expands to `1` if a and b do not compare equal, otherwise it expands to `0`.
# define FBEXT_PP_NOTEQUAL(a,
b) fbextPP_NotEqual(a, b)
is deprecated, use fbextPP_NotEqual instead.
declare function nPr (byval n as ulongint,
byval r as ulongint) as ulongint
Finds the number of permutations of a sub-set of elements of a set.
const null = cast(any ptr,
 )
Constant definition of null
declare function numColumns( ) as integer
Returns the number of columns in the result set.
# define fbext_NumericTypes() fbext_IntegralTypes() fbext_FloatTypes()
A preprocessor sequence of numeric types.
declare function open(byref filename as const string,  
byval acc as ACCESS_TYPE =  R) as ext.bool
Used with the default constructor to open a file.
type fbext_TypeID((Operation) T_) as sub ( byref x as fbext_TypeName(T_) )
Provided to allow passing a ScopedArray(type) to a procedure requiring a (type) ptr
Provided to allow passing a ScopedPtr(type) to a procedure requiring a (type) ptr
declare operator let (byref x as const fbext_List(( T_)( Allocator_)))
Assigns to the list from another.
declare operator let (byref x as const XString)
Assigns the value of another XString
Transfers ownership of a pointer to the lhs ScopedArray.
Transfers ownership of a pointer to the lhs ScopedPtr.
declare operator &= (byref x as const XString)
Appends the value of an XString
declare operator *= (byval n as ext.SizeType)
Appends the value of the XString a number of times
declare operator += (byref x as const XString)
Appends the value of an XString
declare operator -= (byref x as const XString)
Removes all occurances of a substring
Destination pixels are bitwise ORed with source pixels.