“LlAllowInventoryDrop”的版本间的差异
第4行: | 第4行: | ||
|+'''函数详情''' | |+'''函数详情''' | ||
|- | |- | ||
+ | |函数名 | ||
|Function: llAllowInventoryDrop( integer add ); | |Function: llAllowInventoryDrop( integer add ); | ||
− | |||
− | |||
|- | |- | ||
− | | | + | |参数 |
− | | | + | |- |
− | | | + | |integer |
+ | add | ||
+ | – | ||
+ | boolean, If TRUE it allows anyone, even if they don't have modify rights to a prim, regardless of whether they are the owner or not, to drop items into that prim, If FALSE (default) inventory dropping can still be done, but it is restricted only to people with modify permissions to that prim | ||
|} | |} | ||
*1 | *1 |
2020年3月8日 (日) 09:21的版本
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 | Function: llAllowInventoryDrop( integer add ); |
参数 | |
integer
add – boolean, If TRUE it allows anyone, even if they don't have modify rights to a prim, regardless of whether they are the owner or not, to drop items into that prim, If FALSE (default) inventory dropping can still be done, but it is restricted only to people with modify permissions to that prim |
- 1
- 11
- 12
- 2
- 21
- 22