Difference between revisions of "B2.WeldJoint:setFrequency"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets frequency in Hz.<br /> <br /> <source lang="lua"> = b2.WeldJoint:setFrequency(frequency,)...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2011.6<br/> | + | <languages /> |
| − | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
| − | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.WeldJoint|b2.WeldJoint]]<br/> | |
| − | Sets frequency in Hz. | + | |
| − | < | + | === <translate>Description</translate> === |
| − | + | Sets frequency in Hz. | |
| − | + | <syntaxhighlight lang="lua"> | |
| − | </ | + | b2.WeldJoint:setFrequency(frequency) |
| − | '''frequency | + | </syntaxhighlight> |
| + | |||
| + | === <translate>Parameters</translate> === | ||
| + | '''frequency''': (number) <translate>frequency in Hz</translate> <br/> | ||
| + | |||
| + | {{B2.WeldJoint}} | ||
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2011.6
Class: b2.WeldJoint
Description
Sets frequency in Hz.
b2.WeldJoint:setFrequency(frequency)
Parameters
frequency: (number) frequency in Hz