Menu

GetRAMSize

Dilshan R Jayakody

Function

function GetRAMSize(): word;

Availability

  • In Revision 0 and newer versions

Description

Return the VRAM data memory size in bytes.

Example

Log('Available VRAM Memory Space: ' + IntToStr(GetRAMSize()) + ' bytes');

Related

Documentation: Virtual Machine Simulator Scripting Functions