Function 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
 newMySQLDriver, ext.database
 newSQLite3Driver, ext.database
 NextPow2, ext.math
 node_type, node
 Normal
 normalize
 Normalize
 nPr, ext.math
 numColumns, Statement
O
 open, File
 Operator Cast
 operator let
 operator Let, fbext_Pair(((T_)(C_)))
 Operator Let
 operator&=, XString
 operator*=, XString
 operator+=, XString
 operator-=, XString
P
 Pad, XString
 PadCopy, XString
 Parent()as node ptr, node
 parse, Parser
 pitch, Image
 Pixels, Image
 PlanarProjection, matrix
 PointAt, matrix
 Pop
 PopBack
 PopFront, List
 Pos
 PostDecrement
 PostIncrement
 Postition, Sprite
 prepare, Connection
 print, File
 Push
 PushBack
 PushFront, List
 put, File
Q
 query, Connection
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 newMySQLDriver() as DatabaseDriver ptr
Returns a pointer to a DatabaseDriver populated to allow access to a MySQL database.
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.
declare function nodeType() as node_type_e
Access the type of the node.
declare const function Normal () as fbext_Vector2(( T_))
declare const function Normal () as fbext_Vector3(( 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 ( )
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.
declare function numColumns( ) as integer
Returns the number of columns in the result set.
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.
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
declare operator Let(byref rhs as const fbext_Pair((T_)(C_)))
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
declare sub Pad (byval length as integer,  
byref pad_str as const string =  " ",
byval opt as PAD_OPTION =  STR_PAD_RIGHT)
Pads a XString object with another string, similiar to php’s str_pad
declare const function PadCopy (
   byval length as integer,  
   byref pad_str as const string =  " ",
   byval opt as PAD_OPTION =  STR_PAD_RIGHT
) as XString
Pads a XString object with another string, similiar to php’s str_pad
declare sub parse(byval argc as integer,
byval argv as zstring ptr ptr)
Parses the command line and prepares the results.
declare function pitch( ) as ext.SizeType
Returns the pitch of the image.
declare function Pixels(byref num_pixels as uinteger =  0) as uinteger ptr
Used to access the raw pixels of the underlying image.
declare function PlanarProjection(byref lightpos as vector4d,
byref plane as vector4D) as matrix
Builds a planar projection matrix using vector4d and plane(vector4d).
declare sub PointAt(byref v1 as vector3d,
byref v2 as vector3d)
Simplifies the creation of aligned matrices
declare sub Pop ( )
Removes the first element in the queue.
declare sub Pop ( )
Removes the topmost item from the stack.
declare sub PopBack ( )
Erases the element at the back of the array.
declare sub PopBack ( )
Removes the last element in the list.
declare sub PopFront ( )
Removes the first element in the list.
declare function Pos (byref haystack as const string,
byref needle as const string,
byval offset as integer) as integer
declare const function Pos (byref needle as const string,  
byval offset as integer =  0) as integer
Find the position of a string in the object
declare function PostDecrement () as fbext_ListIterator__( T_)
Moves the iterator backward in the list after returning its value.
declare function PostDecrement () as fbext_ListIteratorToConst__( T_)
Moves the iterator backward in the list after returning its value.
declare function PostIncrement () as fbext_ListIterator__( T_)
Moves the iterator forward in the list after returning its value.
declare function PostIncrement () as fbext_ListIteratorToConst__( T_)
Moves the iterator forward in the list after returning its value.
Sets or Gets the position of the sprite for use with the draw and collision statements.
declare function prepare(byref sql as string) as Statement ptr
Factory method to create Statements
declare sub print (byref data_ as fbext_TypeName(T_))
Overloaded print routine that will print one of any built-in datatype.
declare sub Push (byref x as const fbext_TypeName(T_))
Adds an item onto the back of the queue.
declare sub Push (byref x as const fbext_TypeName(T_))
Adds an item onto the top of the stack.
declare sub PushBack (byref value as const fbext_TypeName( T_))
Inserts an element value at the back of the array.
declare sub PushBack (byref x as const fbext_TypeName( T_))
Inserts an element value at the end of the list.
declare sub PushFront (byref x as const fbext_TypeName( T_))
Inserts an element value at the beginning of the list.
declare sub put(byval filepos as longint =  -1,
byref data_ as fbext_TypeName(T_),  
byval amount as integer =  1)
Puts any number of a datatype to the open file, overloaded for all built-in types.
declare function query(byref sql as const string) as StatusCode
Execute a no results one-off statement.