AvailVidMem()   

Definition:

Returns the available free video memory.

Parameter Description:


None.

Command Description:

This command will return the total bytes of available free video memory. Use this to keep track of your resources!

Example:

Print "Your available video memory is: " + AvailVidMem()

Index