Difference between revisions of "PRIM PHYSICS/ja"
Jump to navigation
Jump to search
Mako Nozaki (talk | contribs) |
Mizu Melody (talk | contribs) m |
||
Line 7: | Line 7: | ||
{{LSL_Function/boolean/ja|boolean}} | {{LSL_Function/boolean/ja|boolean}} | ||
}}{{LSL Constant | }}{{LSL Constant | ||
|inject-2={{LSL PrimitiveParam Categorize|Object}} | |||
|name=PRIM_PHYSICS | |name=PRIM_PHYSICS | ||
|type=integer | |type=integer |
Latest revision as of 23:47, 20 December 2015
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_PHYSICS = 3;llSetPrimitiveParams
llSetPrimitiveParams([ PRIM_PHYSICS, integer boolean ]);• integer | boolean | – | TRUE ならば有効 、 FALSE ならば無効 |
同じ構文が llSetLinkPrimitiveParams と llSetLinkPrimitiveParamsFast に適用されますが、頭に リンク パラメータがつきます。
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_PHYSICS ]);[ integer boolean ] のリストを返します。
• integer | boolean | – | TRUE ならば有効 、 FALSE ならば無効 |
同じ構文が llSetLinkPrimitiveParams と llSetLinkPrimitiveParamsFast に適用されますが、頭に リンク パラメータがつきます。
Caveats
Related Articles
Constants
• | STATUS_PHYSICS |
Functions
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams | |||
• | llSetStatus | |||
• | llGetStatus |