Difference between revisions of "Gyroscope.new"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === Creates new Gyroscope instance <source lang="lua"> = Gyroscope.new() </source>") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.8<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2012.8<br/> |
− | Creates new Gyroscope instance | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/Gyroscope|Gyroscope]]<br/> |
− | < | + | === <translate>Description</translate> === |
− | + | <translate>Creates new Gyroscope instance</translate> | |
− | </ | + | <syntaxhighlight lang="lua"> |
+ | Gyroscope.new() | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | {{Gyroscope}} |
Latest revision as of 14:29, 13 July 2023
Available since: Gideros 2012.8
Class: Gyroscope
Description
Creates new Gyroscope instance
Gyroscope.new()