“LlGetFreeMemory”的版本间的差异
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: integer llGetFreeMemory( ) |参数= 参数: |返回值=…”) |
(没有差异)
|
2021年1月25日 (一) 07:47的最新版本
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: integer llGetFreeMemory( ) |
参数: |
返回值:返回脚本可以使用的空闲内存字节数的整数。 |
注意事项 |
---|
注意事项
|
示例 |
---|
调用llGetFreeMemory可以像这样:
integer free_memory = llGetFreeMemory(); llOwnerSay((string)free_memory + " bytes of free memory available for allocation."); |
相关函数 |
---|
llGetUsedMemory |
相关事件 |
---|