ScriptingFunctionsheapspaceمطالب این صفحهheapspaceهشدارThis function starts with a lowercase letter. توضیحات مقدار حافظه موجود برای heap/stack رو بر حسب بایت برمیگردونه. مثالها public OnGameModeInit(){ printf("Heapspace: %i kilobytes", heapspace() / 1024); return 1;}